- add debug info.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user