Browse Source

默认值处理

WH01243 7 tháng trước cách đây
mục cha
commit
44e70b71c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jyBXCore/rpc/service/operator.go

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

@@ -351,7 +351,7 @@ func getLabel(entId int64) []map[string]interface{} {
 				if _, exists := labels[pid]; exists {
 					if len(labelOptions[pid]) == 0 {
 						labelOptions[pid] = append(labelOptions[pid], map[string]interface{}{
-							"label": 全部,
+							"label": "全部",
 							"value": "",
 						})
 					}