- don't output bill not exist info
This commit is contained in:
@@ -326,7 +326,7 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
|
||||
} else {
|
||||
isBillExist := s.updateBillsInfo(savedOrderInfo, bill)
|
||||
if !isBillExist {
|
||||
globals.SugarLogger.Warnf("OnWaybillStatusChanged bill not exist! orderID:%s, bill:%v", bill.VendorOrderID, bill)
|
||||
globals.SugarLogger.Debugf("OnWaybillStatusChanged bill not exist! orderID:%s, bill:%v", bill.VendorOrderID, bill)
|
||||
}
|
||||
switch bill.Status {
|
||||
case model.WaybillStatusAccepted:
|
||||
|
||||
Reference in New Issue
Block a user