소스 검색

默认值处理

WH01243 7 달 전
부모
커밋
1394e99d73
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      jyBXCore/rpc/service/operator.go

+ 2 - 1
jyBXCore/rpc/service/operator.go

@@ -85,7 +85,8 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 		"label":      "发布时间",
 		"label":      "发布时间",
 		"defaultVal": "",
 		"defaultVal": "",
 		"props": map[string]interface{}{
 		"props": map[string]interface{}{
-			"multiple": false,
+			"multiple":       false,
+			"endTimeFeature": true,
 		},
 		},
 		"options": []map[string]interface{}{
 		"options": []map[string]interface{}{
 			{
 			{