BUGFIX:问卷调查
This commit is contained in:
@@ -1234,7 +1234,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
creditsService.save(creditsDetail);
|
||||
|
||||
// 3.3、更新 t_account 表
|
||||
if (account.getValidEndTime() < 1720972799000L){
|
||||
if (account.getValidEndTime() != null && account.getValidEndTime() < 1720972799000L){
|
||||
updateCreditsAndEndTime(account.getId(), added.toString(), 1720972799000L);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user