xw 1 هفته پیش
والد
کامیت
55a83c9009
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fs-admin/src/main/java/com/fs/hisStore/controller/FsStoreScrmController.java

+ 1 - 1
fs-admin/src/main/java/com/fs/hisStore/controller/FsStoreScrmController.java

@@ -69,7 +69,7 @@ public class FsStoreScrmController extends BaseController
     /**
      * 获取店铺管理详细信息
      */
-    @PreAuthorize("@ss.hasPermi('store:his:store:query')")
+//    @PreAuthorize("@ss.hasPermi('store:his:store:query')")
     @GetMapping(value = "/{storeId}")
     public AjaxResult getInfo(@PathVariable("storeId") Long storeId)
     {