This commit is contained in:
gazebo
2019-09-12 18:18:43 +08:00
parent db8ca7470b
commit 9c135ed927

View File

@@ -166,7 +166,7 @@ func GetAndStoreCitiesShops(ctx *jxcontext.Context, vendorIDs []int, cityCodeLis
cityCodeList2 = append(cityCodeList2, cityCodeList[:index]...) cityCodeList2 = append(cityCodeList2, cityCodeList[:index]...)
cityCodeList = cityCodeList2 cityCodeList = cityCodeList2
} }
globals.SugarLogger.Debugf("GetAndStoreCitiesShops cityCodeList:%v", cityCodeList) globals.SugarLogger.Debugf("GetAndStoreCitiesShops last cityCode:%d, cityCodeList:%v", lastShop.CityCode, cityCodeList)
} else { } else {
globals.SugarLogger.Debugf("GetAndStoreCitiesShops get lastest city code error:%v", err2) globals.SugarLogger.Debugf("GetAndStoreCitiesShops get lastest city code error:%v", err2)
} }