1.解决报告生成器不显示类型数据的问题。

This commit is contained in:
翟林帆 2022-07-10 17:43:42 +08:00
parent 5eb5d2b485
commit 57200075b2
5 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<app xmlns="http://www.actionsoft.com.cn/app">
<name>流程库批处理工具</name>
<version>1.0</version>
<buildNo>13</buildNo>
<buildNo>14</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<categoryVisible>true</categoryVisible>
<description><![CDATA[对PAL流程库文件和元素进行批处理操作]]></description>

View File

@ -3,7 +3,7 @@
<app xmlns="http://www.actionsoft.com.cn/app">
<name>PAL数据迁移</name>
<version>1.0</version>
<buildNo>24</buildNo>
<buildNo>24</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<categoryVisible>false</categoryVisible>
<description><![CDATA[数据迁移]]></description>

View File

@ -3,7 +3,7 @@
<app xmlns="http://www.actionsoft.com.cn/app">
<name>CoE PAL流程资产库</name>
<version>6.5</version>
<buildNo>70</buildNo>
<buildNo>71</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" url="http://www.actionsoft.com.cn" tablePrefix="ACT">北京炎黄盈动科技发展有限责任公司</developer>
<productId/>
<categoryVisible>false</categoryVisible>

View File

@ -427,7 +427,8 @@ public class OutPutReportWeb extends ActionWeb {
*/
public String PALFileJsonDataRootTreeData(String methodType, String wsid, String versionType, String teamId) {
JSONArray jsonArr = null;
if (teamId == null || "".equals(teamId)) {
//if (teamId == null || "".equals(teamId)) {
if (teamId == null) {
jsonArr = PALRepositoryQueryAPIManager.getInstance().getPalRepositoryTreeData(_uc, wsid, methodType, versionType);
} else {
jsonArr = PALRepositoryQueryAPIManager.getInstance().getPermPalRepositoryTreeDataByMethods(_uc, wsid, teamId, versionType, methodType);

View File

@ -3,7 +3,7 @@
<app xmlns="http://www.actionsoft.com.cn/app">
<name>表单手册</name>
<version>1.0</version>
<buildNo>3</buildNo>
<buildNo>4</buildNo>
<developer id="00000000000000000000000000000000" tablePrefix="EU" url="http://www.awspaas.com">AWSPaaS-EndUser</developer>
<categoryVisible>false</categoryVisible>
<description><![CDATA[将流程输入输出等关键要素和关联模型输出成易于阅读和打印的Word文档]]></description>