Commit c4a7ff31 by zhangchen

客户取消订单如使用券退款时需将券表订单号置为0

parent 3375944b
......@@ -583,6 +583,7 @@ public class OpCourseOrderService extends AbstractOpOrderService<CourseOrderProc
}
voucher.setUseDate(null);
voucher.setUsed(VourcherUsedEnum.UNUSED.getKey());
voucher.setOrderNo(0);
voucherDao.update(voucher);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment