src/main/java/com/dji/sample/patches/service/impl/GetPatchesServiceImpl.java
@@ -81,6 +81,9 @@ return mapper.selectOne(new LambdaQueryWrapper<LotInfo>().eq(LotInfo::getDkbh, dkbh) .eq(LotInfo::getWorkspaceId, workspaceId)); } public LotInfo getLotinfoToDb(String dkbh) { return mapper.selectOne(new LambdaQueryWrapper<LotInfo>().eq(LotInfo::getDkbh, dkbh)); } public List<LotInfo>listLotinfo(){ return mapper.selectList(null); }