diff --git a/business/jxstore/cms/user2.go b/business/jxstore/cms/user2.go index f51492527..b9e6926ee 100644 --- a/business/jxstore/cms/user2.go +++ b/business/jxstore/cms/user2.go @@ -497,7 +497,12 @@ func GetStoreList4User(ctx *jxcontext.Context, mobileNum, userID string) (storeL storeIDs = append(storeIDs, v.StoreID) } } + globals.SugarLogger.Debugf("====roleList := %s", utils.Format4Output(roleList, false)) + globals.SugarLogger.Debugf("====storeIDs := %s", utils.Format4Output(storeIDs, false)) + globals.SugarLogger.Debugf("====shortRoleNameList := %s", utils.Format4Output(shortRoleNameList, false)) storeList, err = dao.GetStoreListByMobileOrStoreIDs(dao.GetDB(), mobileNum, shortRoleNameList, storeIDs) + globals.SugarLogger.Debugf("====storeList := %s", utils.Format4Output(shortRoleNameList, false)) + return storeList, err }