This commit is contained in:
苏尹岚
2020-11-27 15:58:48 +08:00
parent 1a91a66b83
commit e620f9f74e

View File

@@ -211,7 +211,8 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
StationNo: store.VendorStoreID,
UserPin: userName,
OpenDistanceFreight: false,
StartCharge: int64(storeDetail.FreightDeductionPackObj.StartPrice),
StartCharge: int64(storeDetail.FreightDeductionPackObj.StartPrice),
}
if len(storeDetail.FreightDeductionPackObj.FreightDeductionList) > 0 {
globals.SugarLogger.Debug("FreightDeductionPackObj", utils.Format4Output(storeDetail.FreightDeductionPackObj, false))