This commit is contained in:
齐天大圣 2024-03-27 16:39:03 +08:00
parent 9df392e6a0
commit f367373055

View File

@ -504,6 +504,7 @@ public class AccountServiceImpl extends ServiceImpl<TAccountMapper, TAccount> im
account.setPassword(tAccount.getPassword());
account.setStaffId(tAccount.getStaffId());
account.setMobile(tAccount.getMobile());
account.setOwnerId(tAccount.getOwnerId());
this.entryptPassword(account);
int id = tAccountMapper.insert(account);