@@ -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,
},