增加了对公充值的短信通知
This commit is contained in:
parent
48c7a40602
commit
21b24fdf93
@ -402,9 +402,9 @@ public class AccountRechargeServiceImpl extends DefaultBaseService implements IA
|
||||
String userId = accountRechargeVO.getUserId();
|
||||
// 未支付的订单
|
||||
Integer count = countByUserIdAndRechargeCheck(userId, RechargeCheckEnum.UN_RECHARGE);
|
||||
if (count > 50) {
|
||||
/* if (count > ProjectConfigUtil.getInt("ToDayMaxRechargeCount")) {
|
||||
throw new SaveException("超过创建订单数量上限");
|
||||
}
|
||||
}*/
|
||||
accountRechargeVO.setThirdParty(thirdParty);
|
||||
accountRechargeVO.setAccountId(userId);
|
||||
accountRechargeVO.setRechargeCheck(RechargeCheckEnum.UN_RECHARGE.getValue());
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 31 KiB |
@ -29,7 +29,8 @@
|
||||
padding: 15px;
|
||||
}
|
||||
.nav .logo a img {
|
||||
height: 40px;
|
||||
height: 60px;
|
||||
width: 186px;
|
||||
}
|
||||
.nav .go-page {
|
||||
padding: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user