发布文件带出
This commit is contained in:
parent
c2e2c85a48
commit
e8b8f90b49
Binary file not shown.
@ -21,7 +21,7 @@ public class FindProcessAndProofreaderAt extends AbstExpression {
|
||||
|
||||
if(bo_act_processmanager!=null){
|
||||
//部门内部校对人
|
||||
departmanager = bo_act_processmanager.getString("DEPARTMANAGER");
|
||||
departmanager = bo_act_processmanager.getString("DEAPRTMNUM");
|
||||
}
|
||||
return departmanager;
|
||||
}
|
||||
|
||||
@ -3003,7 +3003,7 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
List<UpfileModel> fileList = upFileDao.search(" and PALREPOSITORYID ='" + publishId + "'" + " ORDER BY FILENAME ASC");
|
||||
if (fileList != null && fileList.size() > 0)
|
||||
for (UpfileModel upfileModel : fileList)
|
||||
if (methodId.contains("data")) {
|
||||
if (methodId.contains("data") || methodId.contains("control")) {
|
||||
if ("s".equals(upfileModel.getType())) {
|
||||
JSONObject jb = new JSONObject();
|
||||
//按照附件编号排序
|
||||
|
||||
Loading…
Reference in New Issue
Block a user