rain
2024-04-17 b6294bd36b3023e18606c77553fe136e6500a4b2
src/main/java/com/dji/sample/patches/service/impl/GetPatchesServiceImpl.java
@@ -81,4 +81,7 @@
       return mapper.selectOne(new LambdaQueryWrapper<LotInfo>().eq(LotInfo::getDkbh, dkbh)
                .eq(LotInfo::getWorkspaceId, workspaceId));
    }
    public List<LotInfo>listLotinfo(){
        return mapper.selectList(null);
    }
}