fix: 78690

企业标准-详情-更新记录,提示没有权限
This commit is contained in:
2023-12-07 09:01:00 +08:00
parent cfdc446750
commit 2a157a6cb0
@@ -210,7 +210,7 @@ public class LawsEnterpriseController {
@ApiOperation(value="企业法规标准-法规更新记录", notes="企业法规标准-法规更新记录")
@GetMapping(value = "/getUpdateRecordList")
@ApiOperationSupport(order = 12)
@RequiresPermissions("enterpriseStandard:updateRecord")
@RequiresPermissions("enterpriseStandard:detail:updateLog")
public Result<List<LawsUpdateRecord>> getUpdateRecordList(@RequestParam("standardNumber") @ApiParam("标准编号") String standardNumber) {
LambdaQueryWrapper<LawsUpdateRecord> queryWrapper = new LambdaQueryWrapper<>();
queryWrapper.eq(LawsUpdateRecord::getUniqueRelationFlag, standardNumber);