流程阅览附件顺序处理
This commit is contained in:
parent
397853a68e
commit
f0c955103a
Binary file not shown.
@ -3137,6 +3137,7 @@ public class CoeDesignerWeb extends ActionWeb {
|
|||||||
UpFileDao upFileDao = new UpFileDao();
|
UpFileDao upFileDao = new UpFileDao();
|
||||||
StringBuilder sqlWhere = new StringBuilder();
|
StringBuilder sqlWhere = new StringBuilder();
|
||||||
sqlWhere.append(" and PALREPOSITORYID ='").append(rUUID).append("'");
|
sqlWhere.append(" and PALREPOSITORYID ='").append(rUUID).append("'");
|
||||||
|
sqlWhere.append("order by CREATETIME asc");
|
||||||
List<UpfileModel> fileList = upFileDao.search(sqlWhere.toString());
|
List<UpfileModel> fileList = upFileDao.search(sqlWhere.toString());
|
||||||
|
|
||||||
//三员管理下,过滤当前用户与文件密级显示
|
//三员管理下,过滤当前用户与文件密级显示
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user