fuliqi
2024-03-20 b5ddee040392637abe891ad704249504a08d13b2
ycl-server/src/main/java/com/ycl/platform/controller/TExamineScoreController.java
@@ -32,7 +32,7 @@
    /**
     * 查询考核计分列表
     */
    @PreAuthorize("@ss.hasPermi('platform:score:list')")
//    @PreAuthorize("@ss.hasPermi('platform:score:list')")
    @GetMapping("/list")
    public TableDataInfo list(TExamineScore tExamineScore)
    {