- debug output in createWaybillOn3rdProviders

- disable ELM in CreateWaybillOnProviders.
This commit is contained in:
gazebo
2018-12-25 15:17:23 +08:00
parent 7cc9486570
commit 46f96fada8
4 changed files with 67 additions and 0 deletions

View File

@@ -523,6 +523,8 @@ func (s *DefScheduler) createWaybillOn3rdProviders(savedOrderInfo *WatchOrderInf
return nil
}); err == nil {
successCount++
} else {
globals.SugarLogger.Infof("CreateWaybill orderID:%s failed with error:%v", order.VendorOrderID, err)
}
}
}