bug
This commit is contained in:
parent
9df392e6a0
commit
f367373055
@ -504,6 +504,7 @@ public class AccountServiceImpl extends ServiceImpl<TAccountMapper, TAccount> im
|
|||||||
account.setPassword(tAccount.getPassword());
|
account.setPassword(tAccount.getPassword());
|
||||||
account.setStaffId(tAccount.getStaffId());
|
account.setStaffId(tAccount.getStaffId());
|
||||||
account.setMobile(tAccount.getMobile());
|
account.setMobile(tAccount.getMobile());
|
||||||
|
account.setOwnerId(tAccount.getOwnerId());
|
||||||
this.entryptPassword(account);
|
this.entryptPassword(account);
|
||||||
int id = tAccountMapper.insert(account);
|
int id = tAccountMapper.insert(account);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user