记得上下班打卡 | git大法好,push需谨慎

Commit 5abc0d39 authored by 胡佳晨's avatar 胡佳晨

修改candy 使用券 uid费必传

parent b8f8836c
...@@ -263,7 +263,7 @@ public class CandyCouponController { ...@@ -263,7 +263,7 @@ public class CandyCouponController {
@RequestParam("performanceId") @NotNull @NotBlank String performanceId, @RequestParam("performanceId") @NotNull @NotBlank String performanceId,
@RequestParam("timeId") @NotNull @NotBlank String timeId, @RequestParam("timeId") @NotNull @NotBlank String timeId,
@RequestParam("ticketId") @NotNull @NotBlank String ticketId, @RequestParam("ticketId") @NotNull @NotBlank String ticketId,
@RequestParam(value = "uid", required = false) @NotNull @NotBlank String uid @RequestParam(value = "uid", required = false) String uid
) { ) {
if (uid == null) { if (uid == null) {
uid = CurrentUtil.getCurrentUid(); uid = CurrentUtil.getCurrentUid();
......
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 to comment