This commit is contained in:
richboo111
2023-03-06 14:15:46 +08:00
parent e8fed827c4
commit 2fce73dd58

View File

@@ -276,7 +276,6 @@ func SpecialTreat(vendorOrgCode string, vendorStoreID, storeID, deliveryFeeDeduc
if err = ShopBindStoreFreight(vendorOrgCode, vendorStoreID, freightTemplateID); err != nil {
errList.AddErr(fmt.Errorf("京西菜市门店:%d 平台门店:%d 绑定运费模板:%d 失败:%v", storeID, vendorStoreID, freightTemplateID, err))
} else {
1
FreightTemplate.TemplateID = freightTemplateID
}
}