fix:征信查询,权限修改。

This commit is contained in:
tianyongbao
2024-07-07 00:24:34 +08:00
parent 3fd85f0cd6
commit 792b72bc93

View File

@@ -125,7 +125,7 @@ public class CreditReportQueryRecordController extends BaseController
* 获取征信报告查询记录统计 * 获取征信报告查询记录统计
*/ */
@ApiOperation(value="获取征信报告查询记录统计") @ApiOperation(value="获取征信报告查询记录统计")
@RequiresPermissions("invest:creditQueryRecord:query") // @RequiresPermissions("invest:creditQueryRecord:query")
@GetMapping(value = "/analysis") @GetMapping(value = "/analysis")
public AjaxResult getAnalysis(CreditReportQueryRecordDto creditReportQueryRecordDto) public AjaxResult getAnalysis(CreditReportQueryRecordDto creditReportQueryRecordDto)
{ {