|
|
@ -415,6 +415,7 @@ public class ZyjhController {
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getDcch()),DmYdjh::getDcCh, search.getDcch())
|
|
|
|
.eq(StrUtil.isNotEmpty(search.getDcch()),DmYdjh::getDcCh, search.getDcch())
|
|
|
|
.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())
|
|
|
|
|
|
|
|
.orderByDesc(DmYdjh::getDjh)
|
|
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return new ResultBean<>(list);
|
|
|
|
return new ResultBean<>(list);
|
|
|
|