1
This commit is contained in:
@@ -257,7 +257,8 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
|||||||
var syncType string
|
var syncType string
|
||||||
storeDetail, _ := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDDD, "")
|
storeDetail, _ := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDDD, "")
|
||||||
api := getAPI(storeDetail.VendorOrgCode, storeID, vendorStoreID)
|
api := getAPI(storeDetail.VendorOrgCode, storeID, vendorStoreID)
|
||||||
|
globals.SugarLogger.Debug("=============", storeDetail.VendorOrgCode)
|
||||||
|
globals.SugarLogger.Debugf("api===============%v", utils.Format4Output(api, false))
|
||||||
freightId, _ := api.GetStoreBindTemp(utils.Str2Int64(vendorStoreID))
|
freightId, _ := api.GetStoreBindTemp(utils.Str2Int64(vendorStoreID))
|
||||||
if freightId == 0 {
|
if freightId == 0 {
|
||||||
// 创建门店运费模板
|
// 创建门店运费模板
|
||||||
|
|||||||
Reference in New Issue
Block a user