yuhongqi 2 недель назад
Родитель
Сommit
77224d131b

+ 1 - 1
fs-admin/src/main/java/com/fs/live/controller/LiveGoodsController.java

@@ -139,7 +139,7 @@ public class LiveGoodsController extends BaseController
     /**
      * 查询商品列表
      */
-//    @PreAuthorize("@ss.hasPermi('store:storeProduct:list')")
+    @PreAuthorize("@ss.hasPermi('store:storeProduct:list')")
     @GetMapping("/liveList")
     public TableDataInfo liveList(LiveGoods liveGoods)
     {