- add debug info.

This commit is contained in:
gazebo
2018-07-24 16:22:32 +08:00
parent ca9bf8f0a3
commit 2c0d3555a4
2 changed files with 2 additions and 2 deletions

View File

@@ -250,6 +250,7 @@ func (c *OrderController) LoadOrder(vendorOrderID string, vendorID int) (order *
//Waybill
func (c *OrderController) UpdateWaybillVendorID(bill *model.Waybill) (err error) {
globals.SugarLogger.Debugf("UpdateWaybillVendorID bill:%v", bill)
db := orm.NewOrm()
params := orm.Params{
"waybill_vendor_id": bill.WaybillVendorID,