Merge pull request '20240407' (#1) from ljh into main

Reviewed-on: http://yunpi.tpddns.cn:3000/ZT_CODE/chint_wuhan/pulls/1
pull/2/head
李建辉 1 year ago
commit 16b68c9152

@ -47,6 +47,7 @@ public class FileIntegrationHandler extends AbstractHandler{
String[] folds = session.getPreferenceService().getStringValues("CHINT_PresaleInformation");
String strFold = folds[0];
//分割首选项 工厂|文件夹名称1:文件夹代号1;文件夹名称2:文件夹代号2
//分割首选项 工厂|文件夹名称1:文件夹代号1;文件夹名称2:文件夹代号2
System.out.println("首选项====="+strFold);
ArrayList<String> foldList = new ArrayList<>();
String[] split1 = strFold.split("&");

Loading…
Cancel
Save