|
@@ -229,6 +229,8 @@ public class CoreServiceImpl implements CoreService {
|
|
|
targetPlanAccount.setStatus(0);
|
|
|
targetPlanAccount.setIsSpecialSetting(1);
|
|
|
targetPlanAccount.setId(null);
|
|
|
+ targetPlanAccount.setCreateTime(new Date());
|
|
|
+ targetPlanAccount.setUpdateTime(new Date());
|
|
|
planAccountService.addPlanAccount(targetPlanAccount);
|
|
|
} else {
|
|
|
PlanAccount planAccount = specialPlanAccount.get(0);
|