From 2c5ee4308d67b05c64e81927d3ddc7d6e40028fc Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Sep 2025 17:03:15 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-26=20pda=20=E5=85=B6=E5=AE=83=E5=85=A5?= =?UTF-8?q?=E5=BA=93=20=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/service/impl/IfsApiIssueAndReturnServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/gaotao/modules/api/service/impl/IfsApiIssueAndReturnServiceImpl.java b/src/main/java/com/gaotao/modules/api/service/impl/IfsApiIssueAndReturnServiceImpl.java index c438d92..2653b6e 100644 --- a/src/main/java/com/gaotao/modules/api/service/impl/IfsApiIssueAndReturnServiceImpl.java +++ b/src/main/java/com/gaotao/modules/api/service/impl/IfsApiIssueAndReturnServiceImpl.java @@ -305,6 +305,7 @@ public class IfsApiIssueAndReturnServiceImpl implements IfsApiIssueAndReturnServ @Override public String addOtherInbound(OtherTransactionIfsDto otherTransactionIfsDto) { + try { Map params = new HashMap<>(); params.put("ifsDBName", ifsDBName); @@ -336,6 +337,7 @@ public class IfsApiIssueAndReturnServiceImpl implements IfsApiIssueAndReturnServ @Override public String addOtherOutbound(OtherTransactionIfsDto otherTransactionIfsDto) { + try { Map params = new HashMap<>(); params.put("ifsDBName", ifsDBName);