|
@@ -863,6 +863,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
Optional<PlanAccount> firstAccount = planAccountList.stream().min((a1, a2) -> -a1.getPublishNum().compareTo(a2.getPublishNum()));
|
|
|
PlanAccount targetPlanAccount = firstAccount.get();
|
|
|
updateAccountSetting(accountSpecialSetting, targetPlanAccount);
|
|
|
+ targetPlanAccount.setIsSpecialSetting(1);
|
|
|
targetPlanAccount.setId(null);
|
|
|
planAccountService.saveOrUpdatePlanAccount(targetPlanAccount);
|
|
|
}
|