src/main/kotlin/cn/flightfeather/supervision/lightshare/web/LawController.kt
@@ -35,7 +35,7 @@ @ApiParam(value = "页码") @RequestParam(value = "page") page: Int, @ApiParam(value = "单页数据量") @RequestParam(value = "per_page") perPage: Int, response: HttpServletResponse ) = lawService.getLawsRegulations(condition, page, perPage, response) ) = lawService.getLawsRegulations(userId, condition, page, perPage, response) @ApiOperation(value = "根据行业类型查找相关法律法规") @PostMapping("/eachType/{userId}")