金额限制增加
This commit is contained in:
parent
6d74587b0b
commit
470964580b
@ -38,7 +38,7 @@ public class LotteryWithdrawApplyExe {
|
||||
BigDecimal amount = cmd.getAmount();
|
||||
Long activityId = Long.valueOf(cmd.getActivityId());
|
||||
ResponseAssert.isTrue(LotteryErrorCode.INSUFFICIENT_WITHDRAWAL_REQ_AMOUNT,
|
||||
amount.compareTo(BigDecimal.valueOf(10)) == 0);
|
||||
amount.compareTo(BigDecimal.valueOf(10)) >= 0);
|
||||
|
||||
// 1. 获取用户本周累计金额
|
||||
String weekKey = getCurrentWeekKey();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user