diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index 467f72ce3..cdb41185d 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -205,8 +205,11 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo} //orders, err := QueryOrderDetail(param.Type, param.OrderNo) //order := &orders - globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %v ", order.OtherWayBill) + globals.SugarLogger.Debugf("dgergergesgreger== %s ", order.OtherWayBill) + globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %s ", order.LastOperator) if err := dao.GetEntity(dao.GetDB(), order, "UserId", "LocalWayBill"); err != nil { + globals.SugarLogger.Debugf("sdhgeagqweg344w33qgweag== %s ", order.OtherWayBill) + globals.SugarLogger.Debugf("jbhbhjdsgbgjhghiwsg== %s ", order.LastOperator) return err }