Ver código fonte

默认值处理

WH01243 7 meses atrás
pai
commit
097bb79361
1 arquivos alterados com 1 adições e 1 exclusões
  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,
 						},