发布文件带出

This commit is contained in:
zhal 2024-05-08 20:42:41 +08:00
parent c2e2c85a48
commit e8b8f90b49
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ public class FindProcessAndProofreaderAt extends AbstExpression {
if(bo_act_processmanager!=null){ if(bo_act_processmanager!=null){
//部门内部校对人 //部门内部校对人
departmanager = bo_act_processmanager.getString("DEPARTMANAGER"); departmanager = bo_act_processmanager.getString("DEAPRTMNUM");
} }
return departmanager; return departmanager;
} }

View File

@ -3003,7 +3003,7 @@ public class ProcessPublishWeb extends ActionWeb {
List<UpfileModel> fileList = upFileDao.search(" and PALREPOSITORYID ='" + publishId + "'" + " ORDER BY FILENAME ASC"); List<UpfileModel> fileList = upFileDao.search(" and PALREPOSITORYID ='" + publishId + "'" + " ORDER BY FILENAME ASC");
if (fileList != null && fileList.size() > 0) if (fileList != null && fileList.size() > 0)
for (UpfileModel upfileModel : fileList) for (UpfileModel upfileModel : fileList)
if (methodId.contains("data")) { if (methodId.contains("data") || methodId.contains("control")) {
if ("s".equals(upfileModel.getType())) { if ("s".equals(upfileModel.getType())) {
JSONObject jb = new JSONObject(); JSONObject jb = new JSONObject();
//按照附件编号排序 //按照附件编号排序