This commit is contained in:
richboo111
2022-07-27 10:02:02 +08:00
parent 46905fa513
commit c276ffa0db

View File

@@ -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
}