Explorar o código

默认值处理

WH01243 hai 7 meses
pai
achega
097bb79361
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jyBXCore/rpc/service/operator.go

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

@@ -123,7 +123,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"key":        "industry",
 						"type":       "selectList",
 						"label":      "行业",
-						"defaultVal": "",
+						"defaultVal": []string{""},
 						"props": map[string]interface{}{
 							"multiple": false,
 						},