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