This commit is contained in:
richboo111
2023-06-12 14:16:00 +08:00
parent 3293103285
commit 866aa16bc5
5 changed files with 31 additions and 7 deletions

View File

@@ -589,7 +589,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
storeIDs2 = append(storeIDs2, k)
}
} else {
//storeIDs2 = append(storeIDs2, -1)
//storeIDs2 = append(storeIDs2, -1)l
// 商家小程序用户切换门店,如果角色storeIDsMap没有数据则查询传入数据
storeIDs2 = append(storeIDs2, int(utils.Interface2Int64WithDefault(params["storeID"], 0)))
}