lidongdong
2023-06-27 05935221b789f01fba36ff4371b1923b542dd4c6
新增三资公开区域筛选接口根据地区查询数据
2个文件已修改
7 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommonDataApi.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommonDataApi.java
@@ -7,8 +7,6 @@
import com.panzhihua.common.model.dtos.grid.AddComMngHousePopulationDTO;
import com.panzhihua.common.model.dtos.grid.DelComMngHousePopulationDTO;
import com.panzhihua.service_community.model.dos.ComMngPopulationDO;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@@ -338,9 +336,6 @@
                                       @RequestParam(value = "areaCode", required = false) String areaCode) {
        return comMngProvinceService.getCityTreeByCode(provinceAdcode, areaCode);
    }
    /**
     * 社区后台实有人口管理列表
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml
@@ -204,7 +204,7 @@
        LEFT JOIN com_act ca ON d.community_id = ca.community_id
        WHERE 1=1
        <if test="comActDynVO.communityId != null">
            and d.community_id = ${comActDynVO.communityId}
            and d.community_id in (${comActDynVO.communityId})
        </if>
        <if test="comActDynVO.communityId == null  and  comActDynVO.streetId != null"  >