|  |  | @@ -258,7 +258,7 @@ public class ProductOrderServiceImpl implements ProductOrderService { | 
		
	
		
			
			|  |  |  | return; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | if(!EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode().equals(productOrder.getProfitSharing())){ | 
		
	
		
			
			|  |  |  | if(!EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode().equals(productOrder.getOrderStatus())){ | 
		
	
		
			
			|  |  |  | return; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | Date hourDateBefore = DateUtils.getHourDateBefore(1, new Date()); | 
		
	
	
		
			
				|  |  | 
 |