龚焕茏
2024-04-16 c139302858be79aa5ca1f823c3ae3d8b1b16d6f5
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)
    {