部门视图重新生成手册代码注销,原因是生成手册,导致部门视图加载不出来,生成手册耗时时间长

This commit is contained in:
Mr-wang 2023-12-07 09:23:20 +08:00
parent 704c43dbcc
commit 1be670348a

View File

@ -1978,12 +1978,12 @@ public class DataViewService extends ActionWeb {
formFileNum += 1; formFileNum += 1;
} }
model = PALRepositoryCache.getCache().get(fileRowMap.getString("FILEID")); model = PALRepositoryCache.getCache().get(fileRowMap.getString("FILEID"));
/*if (null != model) { if (null != model) {
taskId = getLastPublishTaskIdByModelId(model.getId()); taskId = getLastPublishTaskIdByModelId(model.getId());
}*/
if (null!=model){
taskId = createFile(model.getId(),_uc);
} }
/*if (null!=model){
taskId = createFile(model.getId(),_uc);
}*/
path = "./w" + "?" + "cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open" + "&" path = "./w" + "?" + "cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open" + "&"
+ "uuid=" + fileRowMap.getString("FILEID") + "&" + "sid=" + sid + "&" + "taskId=" + "uuid=" + fileRowMap.getString("FILEID") + "&" + "sid=" + sid + "&" + "taskId="
+ taskId; + taskId;