|
@@ -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}")
|
|
@GetMapping(value = "/{storeId}")
|
|
|
public AjaxResult getInfo(@PathVariable("storeId") Long storeId)
|
|
public AjaxResult getInfo(@PathVariable("storeId") Long storeId)
|
|
|
{
|
|
{
|