fuliqi
2024-04-19 0c1f76c4a9c34a2adb05a94da4b20f3560374a29
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)
    {