|
@@ -159,7 +159,7 @@ public class FsUserController extends BaseController
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('store:user:darkRoomList')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('store:user:enabledUsers')")
|
|
|
@PostMapping("/enabledUsers")
|
|
|
@ApiOperation("批量启用会员")
|
|
|
public ResponseResult<Boolean> enabledUsers(@RequestBody String[] ids) {
|