src/main/java/com/dji/sample/patches/service/impl/GetPatchesServiceImpl.java
@@ -67,6 +67,12 @@ if (param.getBsm() != null && !param.getBsm().isEmpty()) { queryWrapper.like(LotInfo::getXmc, param.getBsm()); } if (param.getDkmj()!=null){ queryWrapper.eq(LotInfo::getDkmj,param.getDkmj()); } if (param.getIsPlan() != null) { queryWrapper.eq(LotInfo::getIsPlan, param.getIsPlan()); } // 执行分页查询 Page<LotInfo> resultPage = mapper.selectPage(page, queryWrapper);