From ce8c3fa6351b84af0a911d33040bd41e18cd51c9 Mon Sep 17 00:00:00 2001 From: yefei Date: Tue, 22 Aug 2023 22:18:26 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E6=8E=A8=E9=80=81sap=E5=A4=B1?= =?UTF-8?q?=E6=95=97=E5=A0=B1=E9=8C=AF=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/dxhy/core/thread/FpmxExportThread.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/thread/FpmxExportThread.java b/dxhy-core/src/main/java/com/dxhy/core/thread/FpmxExportThread.java index ba973084..0120feb3 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/thread/FpmxExportThread.java +++ b/dxhy-core/src/main/java/com/dxhy/core/thread/FpmxExportThread.java @@ -104,6 +104,7 @@ public class FpmxExportThread extends BaseThread { // 应该保存的参数 JSONObject prams = JSONObject.parseObject(condition); String gfsh = prams.getString("gfsh"); + String companyCode = prams.getString("companyCode"); String xfmc = prams.getString("xfmc"); String invoiceType = prams.getString("invoiceType"); String kpksrq = prams.getString("kpksrq"); @@ -125,6 +126,7 @@ public class FpmxExportThread extends BaseThread { pramsMap.put("gfsh", gfshList); } pramsMap.put("xfmc", xfmc); + pramsMap.put("companyCode", companyCode); if (!StringHelper.isBlank(invoiceType)) { if (!"99".equals(invoiceType)) { pramsMap.put("invoiceType", invoiceType);