罗元桥
2021-08-01 cdf580a9ade34324c2eda677e4832ba1559109ae
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngPopulationServiceImpl.java
@@ -362,7 +362,7 @@
    @Override
    @Transactional(rollbackFor = Exception.class)
    public R listSavePopulation(List<ComMngPopulationServeExcelVO> list, Long communityId) throws Exception {
    public R listSavePopulation(List<ComMngPopulationServeExcelVO> list, Long communityId){
        log.info("开始处理导入数据");
        List<ComMngPopulationMistakeExcelVO> mistakes = new ArrayList<>();
        try {
@@ -478,14 +478,6 @@
        }catch (Exception e){
            log.info("出现错误,错误原因:" + e.getMessage());
        }
        //如果有错误,返回错误
        //暂时注释,等客户完成任务需要恢复
        /*if(!populationImportErrorVOList.isEmpty()){
            return R.fail(JSON.toJSONString(populationImportErrorVOList));
        }
        this.saveBatch(populationDOList);*/
        log.info("处理完成导入数据");
        if (!mistakes.isEmpty()) {