|  | @@ -246,8 +246,7 @@ public class PaymentDivMemberRecordServiceImpl extends ServiceImpl<PaymentDivMem
 | 
	
		
			
				|  |  |              TenantAlbumWrapper.TenantAlbumContent tenantAlbumContent = JSON
 | 
	
		
			
				|  |  |                      .parseObject(userPaymentOrder.getBizContent(), TenantAlbumWrapper.TenantAlbumContent.class);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            tenantdivMap.merge(-1L, tenantAlbumContent.getOriginalPrice(), BigDecimal::add);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +            tenantdivMap.put(-1L, tenantAlbumContent.getOriginalPrice());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              BigDecimal tenantAmount = tenantAlbumContent.getSalePrice().subtract(tenantAlbumContent.getOriginalPrice());
 | 
	
		
			
				|  |  |  
 |