From 18c27229e64cf77f839328a2af5aac146988f088 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 27 Jul 2022 10:23:48 +0800 Subject: [PATCH] log --- business/q_bida/q_bida_server.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }