Commit 6c59fabb by caosy

Merge branch 'f-6.7.0' of git@192.168.10.6:caosy/fun-golf-service.git into f-6.7.0

parents c63f1e0f c4a7ff31
......@@ -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