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

Commit c0bacfd0 authored by 周焕's avatar 周焕

Merge branch 'pre' into 'master'

修改candy 使用券 uid费必传

See merge request !181
parents c955df10 5abc0d39
......@@ -263,7 +263,7 @@ public class CandyCouponController {
@RequestParam("performanceId") @NotNull @NotBlank String performanceId,
@RequestParam("timeId") @NotNull @NotBlank String timeId,
@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) {
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