|
@@ -865,11 +865,11 @@ public class CoreServiceImpl implements CoreService {
|
|
|
targetPlanAccount.setStatus(0);
|
|
|
targetPlanAccount.setIsSpecialSetting(1);
|
|
|
targetPlanAccount.setId(null);
|
|
|
- planAccountService.saveOrUpdatePlanAccount(targetPlanAccount);
|
|
|
+ planAccountService.addPlanAccount(targetPlanAccount);
|
|
|
} else {
|
|
|
PlanAccount planAccount = specialPlanAccount.get(0);
|
|
|
updateAccountSetting(accountSpecialSetting, planAccount);
|
|
|
- planAccountService.saveOrUpdatePlanAccount(planAccount);
|
|
|
+ planAccountService.updatePlanAccount(planAccount);
|
|
|
}
|
|
|
}
|
|
|
}
|