From b287b619e0d67998ad32538c3dc6504c98c9adf6 Mon Sep 17 00:00:00 2001 From: yuxueliang0813 <407010292@qq.com> Date: Thu, 22 May 2025 16:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E7=9B=AE=E6=8E=A5=E5=8F=A3=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=8E=A7=E5=88=B6=E7=BA=A7=E6=AC=A1=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/java/shjh/jhzj7/fi/fi/webapi/AspAccountControler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/java/shjh/jhzj7/fi/fi/webapi/AspAccountControler.java b/main/java/shjh/jhzj7/fi/fi/webapi/AspAccountControler.java index 0469795..262e6d6 100644 --- a/main/java/shjh/jhzj7/fi/fi/webapi/AspAccountControler.java +++ b/main/java/shjh/jhzj7/fi/fi/webapi/AspAccountControler.java @@ -175,7 +175,7 @@ public class AspAccountControler { acctInfo.set("startdate", TypeUtils.castToDate("2024-01-01"));//版本化日期 acctInfo.set("enddate", TypeUtils.castToDate("2999-12-31"));//失效日期 acctInfo.set("accrualdirection", "nocontrol");//科目录入方向控制 不控制nocontrol 借方debit 贷方credit - acctInfo.set("orgcontrollevel", 1);//控制级次 默认为1 + acctInfo.set("orgcontrollevel", 2);//控制级次 默认为2 acctInfo.set("isallowca", false);//允许公司增加下级科目 由接口同步 为false时控制级次可以不设置 acctInfo.set("ismanual", true);//手工录入 由接口同步 acctInfo.set("iscash", false);//现金科目 默认false sap不区分 @@ -401,7 +401,7 @@ public class AspAccountControler { newAcctInfo.set("startdate", TypeUtils.castToDate("2024-01-01"));//版本化日期 newAcctInfo.set("enddate", TypeUtils.castToDate("2999-12-31"));//失效日期 newAcctInfo.set("accrualdirection", "nocontrol");//科目录入方向控制 不控制nocontrol 借方debit 贷方credit - newAcctInfo.set("orgcontrollevel", 1);//控制级次 默认为1 + newAcctInfo.set("orgcontrollevel", olddo.getInt("orgcontrollevel"));//控制级次 根据源科目来设置 newAcctInfo.set("isallowca", false);//允许公司增加下级科目 由接口同步 为false时控制级次可以不设置 newAcctInfo.set("ismanual", true);//手工录入 由接口同步 newAcctInfo.set("iscash", olddo.getBoolean("iscash"));//现金科目 默认false sap不区分