|  | @@ -247,7 +247,7 @@ public class TenantAlbumController {
 | 
	
		
			
				|  |  |      @PreAuthorize("@pcs.hasPermissions('tenantAlbum/updateStatus')")
 | 
	
		
			
				|  |  |      public HttpResponseResult<Boolean> updateStatus(@Validated @RequestBody TenantAlbumVo.UpdateStatus status) {
 | 
	
		
			
				|  |  |          tenantAlbumService.lambdaUpdate()
 | 
	
		
			
				|  |  | -                .set(TenantAlbum::getStatus, !status.getStatus())
 | 
	
		
			
				|  |  | +                .set(TenantAlbum::getStatus, status.getStatus())
 | 
	
		
			
				|  |  |                  .eq(TenantAlbum::getId, status.getId())
 | 
	
		
			
				|  |  |                  .update();
 | 
	
		
			
				|  |  |          return HttpResponseResult.succeed();
 |