ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java
@@ -31,7 +31,7 @@ /** * 查询考核积分明细列表 */ @PreAuthorize("@ss.hasPermi('system:score:list')") // @PreAuthorize("@ss.hasPermi('system:score:list')") @GetMapping("/list") public TableDataInfo list(CheckScore checkScore) { @@ -56,7 +56,7 @@ /** * 获取考核积分明细详细信息 */ @PreAuthorize("@ss.hasPermi('system:score:query')") // @PreAuthorize("@ss.hasPermi('system:score:query')") @GetMapping(value = "/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) {