修改SetMTPSStatus调用
This commit is contained in:
@@ -1511,7 +1511,7 @@ func GetStoreCourierMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, ven
|
|||||||
}
|
}
|
||||||
err = dao.GetEntitiesByKV(db, &storeCourierMaps, cond, false)
|
err = dao.GetEntitiesByKV(db, &storeCourierMaps, cond, false)
|
||||||
globals.SugarLogger.Debug("之前的storeCourierMaps")
|
globals.SugarLogger.Debug("之前的storeCourierMaps")
|
||||||
globals.SugarLogger.Debug(storeCourierMaps)
|
globals.SugarLogger.Debug(utils.Format4Output(storeCourierMaps, false))
|
||||||
if len(storeCourierMaps) != 0 {
|
if len(storeCourierMaps) != 0 {
|
||||||
//同步美团配送与否状态及美团门店是否存在
|
//同步美团配送与否状态及美团门店是否存在
|
||||||
for _, v := range storeCourierMaps {
|
for _, v := range storeCourierMaps {
|
||||||
|
|||||||
Reference in New Issue
Block a user