This commit is contained in:
邹宗楠
2022-05-31 09:29:26 +08:00
parent a8af8699f6
commit f5566a86ab
3 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import (
// 更新门店负责人信息
func UpdateStoreOperatorConfig() {
globals.SugarLogger.Debug("======测试输出")
db := dao.GetDB()
store, err := dao.GetStoreList(db, nil, nil, nil, nil, nil, "")
if err != nil {