Commit d2bbee10 by 宋祥

1.文档库浏览不限制状态

parent 019f183d
......@@ -104,7 +104,7 @@ public class ServiceHGWD002A extends ServiceEPBase {
if (!(isSpare || HgWdUtils.HgWd009.isManager())) {
queryMap.put("userId", UserSessionUtils.getLoginName());
}
if (!"1".equals(source)) {
if (!"0".equals(source)) {
queryMap.put(HGWD001.FIELD_STATUS, HgWdConstant.FileStatus.S_1);
}
queryMap.put("orderBy", "B.DOC_TYPE ASC, B.DOC_NAME ASC");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment