From 7da1bfff6b5d6befc72bc22c12b025eb5bc06f26 Mon Sep 17 00:00:00 2001 From: sy Date: Wed, 15 Feb 2023 09:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E9=85=AC=E7=B3=BB=E7=BB=9F-=E7=A6=8F?= =?UTF-8?q?=E5=88=A9=E5=8F=B0=E8=B4=A6=EF=BC=8C=E6=A0=B8=E7=AE=97=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=AF=BC=E5=87=BA=E6=97=B6=E4=BC=81=E4=B8=9A=E5=B9=B4?= =?UTF-8?q?=E9=87=91=E5=8D=95=E4=BD=8D=E6=95=B0=E5=80=BC=E6=9C=89=E8=AF=AF?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/salary/service/impl/SIExportServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/salary/service/impl/SIExportServiceImpl.java b/src/com/engine/salary/service/impl/SIExportServiceImpl.java index 6e74a92ef..a15937931 100644 --- a/src/com/engine/salary/service/impl/SIExportServiceImpl.java +++ b/src/com/engine/salary/service/impl/SIExportServiceImpl.java @@ -312,7 +312,7 @@ public class SIExportServiceImpl extends Service implements SIExportService { } record.put("fundComSum", item.getFundComSum()); if (StringUtils.isNotEmpty(item.getOtherPerJson())) { - Map fundPerJson = JSON.parseObject(item.getOtherPerJson(), new HashMap().getClass()); + Map fundPerJson = JSON.parseObject(item.getOtherComJson(), new HashMap().getClass()); if (fundPerJson != null) { fundPerJson.forEach((k, v) -> { record.put(k + "otherCom", v);