|
@@ -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{
|