|
@@ -387,7 +387,7 @@ public class GkjyrCtl extends BaseWebCtl {
|
|
|
if (StringUtils.isNotEmpty(jyrxkzsfdq)) {
|
|
|
if ((jyrxkzsfdq).equals("6103")) {
|
|
|
subQueryPredicates.add(cb.lessThanOrEqualTo(dpRoot.get("yxqz").as(Date.class), now));
|
|
|
- subQueryPredicates.add(cb.notEqual(dpRoot.get("sfyx").as(Integer.class), BaseEntity.RECORD_STATE_VALID));
|
|
|
+ subQueryPredicates.add(cb.equal(dpRoot.get("sfyx").as(Integer.class), BaseEntity.RECORD_STATE_VALID));
|
|
|
xkzflag = true;
|
|
|
} else if ((jyrxkzsfdq).equals("6101")) {
|
|
|
subQueryPredicates.add(cb.greaterThan(dpRoot.get("yxqz").as(Date.class), now));
|