From 792b72bc934a35c7b89bfde739d163dce4caba9e Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 7 Jul 2024 00:24:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BE=81=E4=BF=A1=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=EF=BC=8C=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invest/controller/CreditReportQueryRecordController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/controller/CreditReportQueryRecordController.java b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/controller/CreditReportQueryRecordController.java index 456e464..a11285d 100644 --- a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/controller/CreditReportQueryRecordController.java +++ b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/controller/CreditReportQueryRecordController.java @@ -125,7 +125,7 @@ public class CreditReportQueryRecordController extends BaseController * 获取征信报告查询记录统计 */ @ApiOperation(value="获取征信报告查询记录统计") - @RequiresPermissions("invest:creditQueryRecord:query") +// @RequiresPermissions("invest:creditQueryRecord:query") @GetMapping(value = "/analysis") public AjaxResult getAnalysis(CreditReportQueryRecordDto creditReportQueryRecordDto) {