删除日志
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"git.rosy.net.cn/jx-callback/globals/api"
|
||||
"strconv"
|
||||
"strings"
|
||||
@@ -166,7 +165,6 @@ func CheckBoosGroupChat(store *dao.StoreDetail2) ([]string, error) {
|
||||
for _, v := range userList {
|
||||
enterpriseId, err := api.EnterpriseChatHeadApi.GetUserIdByMobile(*v.Mobile)
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debug("Get enterpriseId err ,maybe system mobile different with enterprise", err)
|
||||
continue
|
||||
}
|
||||
enterpriseList = append(enterpriseList, enterpriseId)
|
||||
|
||||
Reference in New Issue
Block a user