From 18fb376054d8e5f26e96d06437e000133cfe75fd Mon Sep 17 00:00:00 2001 From: Harryxzy Date: Fri, 30 Jun 2023 16:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E7=A8=8E=E7=94=B3=E6=8A=A5=E6=92=A4?= =?UTF-8?q?=E5=9B=9Efix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../salary/sys/service/impl/SalarySysConfServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/salary/sys/service/impl/SalarySysConfServiceImpl.java b/src/com/engine/salary/sys/service/impl/SalarySysConfServiceImpl.java index 93f810698..ea721e793 100644 --- a/src/com/engine/salary/sys/service/impl/SalarySysConfServiceImpl.java +++ b/src/com/engine/salary/sys/service/impl/SalarySysConfServiceImpl.java @@ -502,7 +502,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe // 薪资核算人员匹配规则 appSettingVO.setWithDrawTaxDeclaration("0"); } else { - appSettingVO.setSalaryAcctEmployeeRule( withDrawRule.getConfValue() ); + appSettingVO.setWithDrawTaxDeclaration( withDrawRule.getConfValue() ); } //默认加密开启