|
|
@@ -48,7 +48,7 @@ public class IsLotoStationController extends BaseController
|
|
|
@Parameter(name = "page", description = "Page"),
|
|
|
@Parameter(name = "isLotoStation", description = "实体参数")
|
|
|
})
|
|
|
- @PreAuthorize("@ss.hasPermi('iscs:station:list')")
|
|
|
+ // @PreAuthorize("@ss.hasPermi('iscs:station:list')")
|
|
|
@GetMapping("/getIsLotoStationPage")
|
|
|
public CommonResult<Page<IsLotoStationVO>> getIsLotoStationPage(Page<IsLotoStation> page, IsLotoStation isLotoStation)
|
|
|
{
|