Explorar el Código

默认值处理

WH01243 hace 7 meses
padre
commit
1394e99d73
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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":      "发布时间",
 		"defaultVal": "",
 		"props": map[string]interface{}{
-			"multiple": false,
+			"multiple":       false,
+			"endTimeFeature": true,
 		},
 		"options": []map[string]interface{}{
 			{