TASK:模块化;

This commit is contained in:
shahaibo
2025-04-11 15:11:44 +08:00
parent c36081996d
commit 1403b7851a

View File

@@ -2315,6 +2315,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
subAccount.setIsTrial(0);
subAccount.setIsBeginner(1);
subAccount.setParentId(account.getParentId());
subAccount.setOrganizationName(account.getOrganizationName());
accountMapper.insert(subAccount);
}else {
Account subAccount = CopyUtil.copyObject(addSubAccountDTO, Account.class);