|
@@ -135,8 +135,8 @@ public class TenantAlbumController {
|
|
|
*/
|
|
|
@PostMapping("/insert")
|
|
|
@ApiOperation(value = "新增专辑", notes = "新增专辑")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('tenantAlbum/insert')")
|
|
|
- public HttpResponseResult<Boolean> insertTenantAlbum( @RequestBody TenantAlbumWrapper.TenantAlbum album) {
|
|
|
+ //@PreAuthorize("@pcs.hasPermissions('tenantAlbum/insert')")
|
|
|
+ public HttpResponseResult<Boolean> insertTenantAlbum( @RequestBody TenantAlbumWrapper.TenantAlbumVo album) {
|
|
|
|
|
|
|
|
|
return HttpResponseResult.succeed(tenantAlbumService.insertTenantAlbum(album));
|