xyh
2021-06-11 ec584b22c5756b8a2bdad9dcd0830c52d698784d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BuildingApi.java
@@ -24,8 +24,8 @@
    @PostMapping("/batchSave")
    R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList, @RequestParam("communityId") Long communityId, @RequestParam("streetId")Long streetId){
    R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList, @RequestParam("communityId") Long communityId){
        return comActBuildingService.batchSaveBuilding(newVoList,communityId,streetId);
        return comActBuildingService.batchSaveBuilding(newVoList,communityId);
    }
}