This commit is contained in:
richboo111
2023-03-07 15:44:14 +08:00
parent 8497dee24e
commit c0f1c4a3e3

View File

@@ -584,7 +584,7 @@ func CreateBindFreeShipTemplate(vendorOrgCode string, storeID int, shipFee int64
{
IsOverFree: true,
IsLimited: false,
OverAmount: shipFee,
OverAmount: shipFee * 100,
}},
}
//直辖市特殊处理
@@ -645,7 +645,7 @@ func UpdateFreeShipTemplate(vendorOrgCode string, storeID int, shipFee int64) er
{
IsOverFree: true,
IsLimited: false,
OverAmount: shipFee,
OverAmount: shipFee * 100,
}},
}
if _, err := a.FreightTemplateUpdate(param); err != nil {