|
@@ -489,7 +489,7 @@ public class XkzfzCtl extends BaseWebCtl {
|
|
|
}
|
|
|
Date now =new Date();
|
|
|
if (StringUtils.isNotEmpty(fzsfyx)) {
|
|
|
- if (("是").equals(fzsfyx)) {
|
|
|
+ if (("201").equals(fzsfyx)) {
|
|
|
list.add(cb.greaterThan(root.get("yxqjssj").as(Date.class), now));
|
|
|
list.add(cb.equal(root.get("recordStatus").as(String.class), "1"));
|
|
|
} else {
|