springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComSwPatrolRecordApi.java
@@ -185,7 +185,7 @@ @ApiOperation(value = "根据日期查询值班领导") @GetMapping("/app/getRotaLeaderByDate") public R getRotaLeaderByDate(@RequestParam(value = "rotaDate") String rotaDate) { return communityService.getRotaLeaderByDate(rotaDate); return communityService.getRotaLeaderByDate(rotaDate,this.getCommunityId()); } /**