From 3fe78f9945402cacf30b5f62b6359310aa29d8d1 Mon Sep 17 00:00:00 2001 From: lijh Date: Tue, 9 Apr 2024 10:27:12 +0800 Subject: [PATCH] 20240409 --- .../src/com/connor/plm/srm/FileIntegrationHandler.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/com.connor.chint.wuhan/src/com/connor/plm/srm/FileIntegrationHandler.java b/com.connor.chint.wuhan/src/com/connor/plm/srm/FileIntegrationHandler.java index aeaf19b..e121b47 100644 --- a/com.connor.chint.wuhan/src/com/connor/plm/srm/FileIntegrationHandler.java +++ b/com.connor.chint.wuhan/src/com/connor/plm/srm/FileIntegrationHandler.java @@ -48,7 +48,6 @@ public class FileIntegrationHandler extends AbstractHandler{ String strFold = folds[0]; //分割首选项 工厂|文件夹名称1:文件夹代号1;文件夹名称2:文件夹代号2 System.out.println("首选项====="+strFold); - System.out.println("首选项====="+strFold); ArrayList foldList = new ArrayList<>(); String[] split1 = strFold.split("&"); String[] split2 = split1[1].split(";"); @@ -88,10 +87,15 @@ public class FileIntegrationHandler extends AbstractHandler{ // TODO Auto-generated catch block e1.printStackTrace(); } + + + String userId = session.getUser().getUserId(); + System.out.println("userId================"+userId); + JSONObject top = new JSONObject(); JSONArray array = new JSONArray(); top.put("projectId", projectId); - + top.put("userId", userId); // TCComponent[] relatedComponents = sqzlFolder.getRelatedComponents("contents");