fix accountService
This commit is contained in:
parent
7193d79256
commit
7026406168
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ 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