This commit is contained in:
苏尹岚
2021-01-22 11:02:01 +08:00
parent e758d5d8ed
commit 2dcbd1f8fb
2 changed files with 4 additions and 3 deletions

View File

@@ -351,7 +351,6 @@ func GetUserStoresResultMap(userID string) (resultMap map[int]int, err error) {
if cityCodeMap[0] != 0 {
stores, err = dao.GetStoreList(db, nil, nil, nil, nil, nil, "")
} else {
fmt.Println("22222222222222222222222222222222222222222", cityCodes, storeIDs)
stores, err = dao.GetStoreList(db, storeIDs, cityCodes, nil, nil, nil, "")
}
} else {