|
@@ -444,6 +444,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
|
|
|
public void operatePlanAccount(PlanAccount planAccount) {
|
|
public void operatePlanAccount(PlanAccount planAccount) {
|
|
boolean flag = checkPlanAccount(planAccount);
|
|
boolean flag = checkPlanAccount(planAccount);
|
|
|
|
+ log.info("planAccount={}, flag={}", planAccount, flag);
|
|
if (!flag) {
|
|
if (!flag) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|