Browse Source

默认值处理

WH01243 7 months ago
parent
commit
d27c33870d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      jyBXCore/rpc/internal/logic/operatorsearchlogic.go

+ 0 - 1
jyBXCore/rpc/internal/logic/operatorsearchlogic.go

@@ -52,7 +52,6 @@ func (l *OperatorSearchLogic) OperatorSearch(in *bxcore.OperatorSearchReq) (*bxc
 	result := map[string]interface{}{
 	result := map[string]interface{}{
 		"list":  data,
 		"list":  data,
 		"total": count,
 		"total": count,
-		"count": len(*data),
 	}
 	}
 	infoByte, _ := json.Marshal(result)
 	infoByte, _ := json.Marshal(result)
 	return &bxcore.OperatorSearchResp{
 	return &bxcore.OperatorSearchResp{