This commit is contained in:
richboo111
2022-07-27 14:41:41 +08:00
parent ad87443232
commit 29a656d505

View File

@@ -204,7 +204,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
globals.SugarLogger.Debug("param.order_no==================", param.OrderNo)
order, err := dao.GetUserVendorOrder(db, userId, param.OrderNo)
if err != nil {
globals.SugarLogger.Debug("errrrrrr===========", err)
globals.SugarLogger.Debugf("errrrrrr=========== %v", err)
//return err
}
//order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}