yuhongqi 2 месяцев назад
Родитель
Сommit
850e1abebb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs-admin/src/main/java/com/fs/live/controller/LiveGoodsController.java

+ 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")
     @GetMapping("/liveList")
     public TableDataInfo liveList(LiveGoods liveGoods)
     public TableDataInfo liveList(LiveGoods liveGoods)
     {
     {