소스 검색

权限字段修改

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)
     {