From d5694868e00a823dbcc48c0990382df5244d36d5 Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Fri, 25 Apr 2025 16:44:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96OA=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=9D=A5=E6=BA=90=E7=B3=BB=E7=BB=9F=E9=BB=98=E8=AE=A4?= =?UTF-8?q?ISC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S --- main/java/shkd/repc/resm/opplugin/PushOASupplierOPPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/java/shkd/repc/resm/opplugin/PushOASupplierOPPlugin.java b/main/java/shkd/repc/resm/opplugin/PushOASupplierOPPlugin.java index 727291a..46bde50 100644 --- a/main/java/shkd/repc/resm/opplugin/PushOASupplierOPPlugin.java +++ b/main/java/shkd/repc/resm/opplugin/PushOASupplierOPPlugin.java @@ -108,9 +108,9 @@ public class PushOASupplierOPPlugin extends AbstractOperationServicePlugIn { customerBody.put("def1", "采购供应商");//"客商类别:默认租赁客户", String property = System.getProperty("domain.contextUrl"); //测试环境 - if (property != null && property.contains("test")) { +// if (property != null && property.contains("test")) { customerBody.put("RESSYS", "ISC");//todo"最后更新来源系统:默认ISC", - } +// } JSONArray custBankaccMapBody = new JSONArray();