DESKTOP-71BH0QO\L、ming
2021-03-30 07a44db9ba0e4b28a04b6cb12c53885a26b879f0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComMngVillageApi.java
@@ -78,7 +78,8 @@
     * @return
     */
    @PostMapping("/village/import")
    public R listSaveMngCarExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam("communityId") Long communityId){
    @Transactional(rollbackFor = Exception.class)
    public R listSaveMngCarExcelVO(@RequestBody List<ComMngVillageServeExcelVO> list, @RequestParam(value = "communityId") Long communityId){
        return comMngVillageService.listSaveVillage(list,communityId);
    }