springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -8262,4 +8262,15 @@ @GetMapping("/reserve/record/delete") R deleteRecord(@RequestParam("recordId")Long recordId); /** * 历史数据人员类型填充 * @param newVoList * @param communityId * @param userId * @return */ @PostMapping("/common/data/history/filled") R filledPopulationPersonType(@RequestBody List<ComMngPopulationServeExcelVO> newVoList, @RequestParam("communityId") Long communityId, @RequestParam("userId") Long userId); }