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