فهرست منبع

权限字段修改

yuhongqi 2 هفته پیش
والد
کامیت
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")
     public TableDataInfo liveList(LiveGoods liveGoods)
     {