From 51cd51f4df2479437608a8dd47a4d1e73606d574 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 16 May 2025 16:48:39 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=87=91=E8=9D=B6ERP=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E5=85=A5=E5=BA=93=E6=8E=A5=E5=8F=A3=E5=8A=A0=E4=BB=93?= =?UTF-8?q?=E4=BD=8D=E7=BB=B4=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hw/jindie/service/impl/KingdeeErpService.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw-modules/hw-jindie/src/main/java/com/hw/jindie/service/impl/KingdeeErpService.java b/hw-modules/hw-jindie/src/main/java/com/hw/jindie/service/impl/KingdeeErpService.java index cd80f602..03e79d2b 100644 --- a/hw-modules/hw-jindie/src/main/java/com/hw/jindie/service/impl/KingdeeErpService.java +++ b/hw-modules/hw-jindie/src/main/java/com/hw/jindie/service/impl/KingdeeErpService.java @@ -253,6 +253,11 @@ public class KingdeeErpService { JSONObject FStockIdObject = new JSONObject(); FStockIdObject.put("FNumber", FStockId); FEntity.put("FStockId", FStockIdObject); //仓库 + JSONObject FNumberObject = new JSONObject(); + FNumberObject.put("FNumber", "001"); + JSONObject FStockLocIdObject = new JSONObject(); + FStockLocIdObject.put("FSTOCKLOCID__FF100002", FNumberObject); + FEntity.put("FStockLocId", FStockLocIdObject);//仓位维度 JSONObject FAuxPropIdObject = new JSONObject(); if (StringUtils.isEmpty(FAuxPropId)){ FAuxPropIdObject.put("FAUXPROPID__FF100001", "null");