|
@@ -8,7 +8,7 @@ import (
|
|
|
T "bp.jydev.jianyu360.cn/CRM/networkManage/api/common"
|
|
|
"bp.jydev.jianyu360.cn/CRM/networkManage/api/internal/types"
|
|
|
"fmt"
|
|
|
- "log"
|
|
|
+ "github.com/zeromicro/go-zero/core/logx"
|
|
|
"strings"
|
|
|
)
|
|
|
|
|
@@ -63,8 +63,8 @@ func GetCollectList(req *types.PrCollectListReq) (resultList []map[string]interf
|
|
|
ids = append(ids, mongodb.StringTOBsonId(bid))
|
|
|
}
|
|
|
}
|
|
|
- log.Println("scopeClass---", scopeClass)
|
|
|
- log.Println("ids---", ids)
|
|
|
+ logx.Info("scopeClass---", scopeClass)
|
|
|
+ logx.Info("ids---", ids)
|
|
|
if len(ids) > 200 {
|
|
|
ids = ids[:200]
|
|
|
}
|