feiyu02
2022-11-15 027bf7da7a012fa36f8835b2419c74da8b2f1c28
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}")