fix:征信查询,权限修改。
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user