GetStoreListByLocation

This commit is contained in:
gazebo
2019-10-17 15:39:29 +08:00
parent 2483b33dc1
commit 5492ff0608
5 changed files with 113 additions and 1 deletions

View File

@@ -380,7 +380,7 @@ func GetMyStoreListNew(ctx *jxcontext.Context) (storesInfo interface{}, errCode
}
var storeList []*dao.StoreWithCityName
if storeList, err = GetStoreList4User(ctx, mobileNum, userID); err == nil && len(storeList) > 0 {
// todo应该用通方法
// todo应该用通方法
mapDataList := make([]map[string]interface{}, len(storeList))
for k, v := range storeList {
mapDataList[k] = map[string]interface{}{