|
@@ -79,7 +79,7 @@ public class ReportController extends BaseController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "根据orcId获取报告单信息")
|
|
|
- @PreAuthorize("@ss.hasPermi('work:report:list')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('work:report:select')")
|
|
|
@GetMapping(value = "/getReportByObrId/{orcId}")
|
|
|
public AjaxResult getReportByObrId(@PathVariable("orcId") String orcId){
|
|
|
return AjaxResult.success(reportService.getOrcReportByObcId(orcId));
|