wuxw
2025-03-03 ef905363be52c021fe5384b2a5e17600fb1d2928
service-report/src/main/java/com/java110/report/dao/impl/ReportCommunityServiceDaoImpl.java
@@ -147,6 +147,15 @@
    }
    @Override
    public List<Map> queryCommunityRepairTree(Map info) {
        logger.debug("查询queryCommunityRepairTree信息 入参 info : {}", JSONObject.toJSONString(info));
        List<Map> infos = sqlSessionTemplate.selectList("reportCommunityServiceDaoImpl.queryCommunityRepairTree", info);
        return infos;
    }
    @Override
    public int queryHisOwnerCarCount(Map info) {
        logger.debug("查询车辆管理数据 入参 info : {}", info);