1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user