springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngPopulationServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngPopulationServiceImpl.java
@@ -942,7 +942,7 @@ } if (!updateList.isEmpty()) { log.info("执行数据库更新人口"); this.baseMapper.updateAll(updateList); this.updateBatchById(updateList); // this.updateBatchById(updateList); log.info("数据库更新人口完成"); } @@ -958,7 +958,7 @@ } if (!updatePopulationCommunityList.isEmpty()) { log.info("执行数据库更新人口社区关系"); comMngPopulationCommunityTagsDAO.updateAll(updatePopulationCommunityList); comMngPopulationCommunityTagsService.updateBatchById(updatePopulationCommunityList); log.info("数据库更新人口社区关系完成"); } log.info("执行数据库导入完成");