This commit is contained in:
邹宗楠
2023-05-30 16:20:39 +08:00
parent 7d848cde39
commit 833dcddced
2 changed files with 5 additions and 9 deletions

View File

@@ -740,8 +740,6 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
}
}
globals.SugarLogger.Debugf("bill===============%s", utils.Format4Output(bill, false))
globals.SugarLogger.Debugf("order===============%s", utils.Format4Output(bill, false))
if err := orderman.ResetCreateWaybillFee(nil, order, bill); err != nil {
globals.SugarLogger.Errorf("ResetCreateWaybillFee err : %v", err)
}