diff --git a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar index 428c4373..6e52c121 100644 Binary files a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar and b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar differ diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/PublisherController.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/PublisherController.java index be21cccf..c811c82a 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/PublisherController.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/PublisherController.java @@ -971,4 +971,11 @@ public class PublisherController { ProcessPublishWeb web = new ProcessPublishWeb(me); return web.getEditPalByUserId(type); } + + + @Mapping("com.actionsoft.apps.coe.pal.publisher.getHistoryRelatedName") + public String getHistoryRelatedName(UserContext me,String plId){ + ProcessPublishWeb web = new ProcessPublishWeb(me); + return web.getHistoryRelatedName(plId); + } } \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java index e95cbb3b..77fa5149 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java @@ -5332,4 +5332,30 @@ public class ProcessPublishWeb extends ActionWeb { ro.put("list",list); return ro.toString(); } + + + public String getHistoryRelatedName(String plId){ + ResponseObject ro = ResponseObject.newOkResponse(); + //相关/支持文件 + JSONArray jsonArray1=new JSONArray(); + List relatedRowMap=DBSql.getMaps("SELECT RELATIONFILEID FROM APP_ACT_COE_PAL_SHAPE_RLAT where FILEID='"+plId+"' and ATTRID='related_support_files'"); + if(relatedRowMap.size()>0){ + for(int i=0;i0){ + node.relatedData=r.relatedData; + }else{ + node.relatedData=''; + } + + + } + } + }); + + nodes.push(node); names += $(historyCheckBoxArr[i]).attr("plname"); if (i < historyCheckBoxArr.size() - 1) { names += ',';