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