From 089748e8d0a901d2fdf2b481e08218de74102157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 21 Aug 2023 18:26:02 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/user2.go | 5 +++++ 1 file changed, 5 insertions(+) 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 }