|
|
@ -442,8 +442,8 @@ public class ZyjhController {
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getDcPl()),DmYdjh::getDcPl, search.getDcPl())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getDcPl()),DmYdjh::getDcPl, search.getDcPl())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getKw()),DmYdjh::getKw, search.getKw())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getKw()),DmYdjh::getKw, search.getKw())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getZylx()),DmYdjh::getZylx, search.getZylx())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getZylx()),DmYdjh::getZylx, search.getZylx())
|
|
|
|
|
|
|
|
.likeRight(StrUtil.isNotEmpty(search.getSlkcdw()),DmYdjh::getSlkcdw,search.getSlkcdw())
|
|
|
|
.orderByAsc(DmYdjh::getDjh)
|
|
|
|
.orderByAsc(DmYdjh::getDjh)
|
|
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return new ResultBean<>(list);
|
|
|
|
return new ResultBean<>(list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|