fix accountService
This commit is contained in:
parent
7026406168
commit
ff992e6812
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ public class AccountService extends QueueConsumer implements InitializingBean {
|
|||
|
||||
Account account = accountMap.getSingleObjectByID(request.getId());
|
||||
|
||||
if (request.getAccount() != null) account.setAccount(request.getAccount());
|
||||
if (request.getStatus() != null) account.setStatus(request.getStatus());
|
||||
|
||||
account.setUpdated(Instant.now());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue