diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index e9c667e3..f7c48ee2 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java index 351a964e..96fb1d0e 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java @@ -3137,6 +3137,7 @@ public class CoeDesignerWeb extends ActionWeb { UpFileDao upFileDao = new UpFileDao(); StringBuilder sqlWhere = new StringBuilder(); sqlWhere.append(" and PALREPOSITORYID ='").append(rUUID).append("'"); + sqlWhere.append("order by CREATETIME asc"); List fileList = upFileDao.search(sqlWhere.toString()); //三员管理下,过滤当前用户与文件密级显示