Commit d2bcd02d by 宋祥

1.fixBug:过滤仅发布的文件

parent 150f4941
......@@ -95,6 +95,7 @@ public class ServiceHGWD002A extends ServiceEPBase {
Map queryMap = new HashMap();
queryMap.put("parentId", parentId);
queryMap.put("userId", UserSessionUtils.getLoginName());
queryMap.put(HGWD001.FIELD_STATUS, HgWdConstant.FileStatus.S_1);
List<HGWD002> dbWd002s = dao.query(HGWD002.QUERY, queryMap);
if (CollectionUtils.isEmpty(dbWd002s)) {
return results;
......
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