log
This commit is contained in:
@@ -201,6 +201,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
|
||||
// 查询订单
|
||||
globals.SugarLogger.Debug("userid==================", userId)
|
||||
order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}
|
||||
globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %s ", order.OtherWayBill)
|
||||
if err := dao.GetEntity(dao.GetDB(), order, "UserId", "LocalWayBill"); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user