| | |
| | | + "</script>") |
| | | List<ComMngPopulationVO> listPopulation(ComMngPopulationDTO populationVO); |
| | | |
| | | |
| | | List<ComMngPopulationDO> selectListIds(); |
| | | |
| | | @Select("select id,user_id,relationship,`name`,id_card,phone,age,health,job,create_at,update_at,card_photo_front,card_photo_back,family_book from com_mng_family_info where user_id=#{userId} order by create_at desc ") |
| | | List<ComMngFamilyInfoVO> listFamilyByUserId(Long userId); |
| | | |
| | |
| | | List<ComElderAuthRecordImportMistakeExcelVO> mistakes = new ArrayList<>(); |
| | | try { |
| | | // 查询所有人口数据放入HashMap中 |
| | | List<ComMngPopulationDO> populationList = comMngPopulationDAO.selectList(null); |
| | | // List<ComMngPopulationDO> populationList = comMngPopulationDAO.selectList(null); |
| | | List<ComMngPopulationDO> populationList = comMngPopulationDAO.selectListIds(); |
| | | HashMap<String, Object> populationMap = new HashMap<>(); |
| | | populationList.forEach(population -> { |
| | | String key = population.getCardNo(); |
| | |
| | | select t.village_id as villageId,concat(t.alley,t.house_num,'号') as villageName,t1.id,concat(t1.unit_no,'栋') as name from com_mng_village t left join com_mng_population_house t1 on t.village_id = t1.village_id where t.community_id = ${communityId} GROUP BY t.village_id,t1.unit_no |
| | | </select> |
| | | |
| | | <select id="selectListIds" resultType="com.panzhihua.service_community.model.dos.ComMngPopulationDO"> |
| | | SELECT id,name,card_no FROM com_mng_population |
| | | </select> |
| | | |
| | | |
| | | |
| | | <delete id="deletePopulaitonRelation"> |