lidongdong
2023-09-01 0c8807d7017a402a843fec0451e37335c86d816d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComElderAuthRecordsServiceImpl.java
@@ -243,7 +243,8 @@
        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();