pal打包
This commit is contained in:
parent
c6a42d9e25
commit
5616a4705d
Binary file not shown.
@ -266,31 +266,6 @@ public class RepositoryTreeUtil {
|
||||
|
||||
|
||||
|
||||
/*if(methodId=="data.form"){
|
||||
manualName="表单手册 :";
|
||||
}else if (methodId=="process.epc"){
|
||||
manualName="EPC手册 :";
|
||||
}else if (methodId=="process.bpmn2"){
|
||||
manualName="BPMN手册 :";
|
||||
}else if (methodId=="process.flowchart"){
|
||||
manualName="泳道手册 :";
|
||||
}else if (methodId=="process.evc"){
|
||||
manualName="架构手册 :";
|
||||
}else if (methodId=="org.normal"){
|
||||
manualName="组织手册 :";
|
||||
}else if (methodId=="itsystem.normal"){
|
||||
manualName="IT系统手册 :";
|
||||
}else if (methodId=="control.policy"){
|
||||
manualName="制度手册 :";
|
||||
}else if (methodId=="control.risk"){
|
||||
manualName="风险控制手册 :";
|
||||
}else if(methodId=="control.kpi"){
|
||||
manualName="流程绩效手册 :";
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
List<PALRepositoryModel> children = PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryModelsByPid(palModel.getWsId(), palModel.getId());
|
||||
if (children == null || children.size() == 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user