|
@@ -105,18 +105,6 @@ public class MdCtl extends BaseWebCtl {
|
|
|
} else if (isGET(request)) {
|
|
|
CacheSearchCondition.predicateList(list, cacheSCmap, root, cb, "id", "xzhgh", "xzhghid");
|
|
|
}
|
|
|
- if (isJyr()) {
|
|
|
- } else {
|
|
|
- In<String> in = cb.in(root.get("szgq").as(String.class));
|
|
|
- @SuppressWarnings("unchecked")
|
|
|
- List<String> gqlist = (List<String>) Utils.getSession().getAttribute("gqList");
|
|
|
- if (gqlist != null && gqlist.size() > 0) {
|
|
|
- for (int i = 0; i < gqlist.size(); i++) {
|
|
|
- in.value(gqlist.get(i));
|
|
|
- }
|
|
|
- list.add(in);
|
|
|
- }
|
|
|
- }
|
|
|
list.add(cb.notEqual(root.get("recordStatus").as(String.class), BaseEntity.RECORD_STATE_DELETE));
|
|
|
return cb.and(list.toArray(new Predicate[] {}));
|
|
|
}
|