aa
This commit is contained in:
@@ -587,9 +587,12 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
|
|||||||
s.solutionJdsOrder(bill)
|
s.solutionJdsOrder(bill)
|
||||||
}
|
}
|
||||||
//门店发单的门店,需要根据实际运费更新账户(多退少补)
|
//门店发单的门店,需要根据实际运费更新账户(多退少补)
|
||||||
if savedOrderInfo.storeDetail.CreateDeliveryType == model.YES {
|
if storeDetail, err2 := dao.GetStoreDetail(dao.GetDB(), jxutils.GetSaleStoreIDFromOrder(order), order.VendorID, ""); err2 == nil {
|
||||||
s.updateStoreAccount(order, bill)
|
if storeDetail.CreateDeliveryType == model.YES {
|
||||||
|
s.updateStoreAccount(order, bill)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//订单已经是结束状态之后来的运单143945553920000001
|
//订单已经是结束状态之后来的运单143945553920000001
|
||||||
if order.Status > model.OrderStatusEndBegin {
|
if order.Status > model.OrderStatusEndBegin {
|
||||||
s.ProxyCancelWaybill(order, bill, partner.CancelWaybillReasonNotAcceptIntime, partner.CancelWaybillReasonStrNotAcceptIntime)
|
s.ProxyCancelWaybill(order, bill, partner.CancelWaybillReasonNotAcceptIntime, partner.CancelWaybillReasonStrNotAcceptIntime)
|
||||||
|
|||||||
Reference in New Issue
Block a user