支付 测试
This commit is contained in:
@@ -1501,6 +1501,8 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
maxUserId = queryOrderResultSet.getLong("max_id");
|
||||
// 获取历史最大用户id
|
||||
long maxUserIdHistory = StringUtil.isNullOrEmpty(redisUtil.getFromString(maximumUserIdKey)) ? CommonConstant.MAXIMUM_USER_ID : Long.parseLong(redisUtil.getFromString(maximumUserIdKey));
|
||||
log.info("Code-Create Maximum User ID last time : {}", maxUserIdHistory);
|
||||
log.info("Currently Code-Create Maximum User ID : {}", maxUserIdHistory);
|
||||
if (maxUserId > maxUserIdHistory){
|
||||
// 查出新增用户的邮箱
|
||||
PreparedStatement newUserEmail = connection.prepareStatement(QUERY_NEW_USER_EMAIL);
|
||||
|
||||
Reference in New Issue
Block a user