修改对比方法和美团配送状态方法的调用

This commit is contained in:
qidongsheng
2020-07-02 15:38:49 +08:00
parent e79c42f1a7
commit 74b48efba2
2 changed files with 201 additions and 203 deletions

View File

@@ -1300,7 +1300,7 @@ func SetMTPSStatus(ctx *jxcontext.Context) {
/* 美团配送的门店是否存在调用美团配送的api有可能接了查询京西门店对应的美团配送门店是否存在若不存在则要在京西这边解绑美团配送门店
怎么解绑可以在网页上门店管理那点一下看看调的什么接口,传的什么参数*/
/*获取所有门店信息*/
test:
//test:
for _, StoreCourierList1 := range StoreCourierList {
diff := false
StoreLists, _ := dao.GetStoreList(db, []int{StoreCourierList1.StoreID}, nil, nil, nil, "")
@@ -1340,7 +1340,7 @@ test:
globals.SugarLogger.Debug(err.Error())
return
}
break test
//break test
}
}
globals.SugarLogger.Debug("StoreOpenAll skuID is Complete")