|  |  | @ -273,8 +273,8 @@ public class HeartService { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |                 break; |  |  |  |                 break; | 
			
		
	
		
		
			
				
					
					|  |  |  |             case IO_ORDER: |  |  |  |             case IO_ORDER: | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if(needExec()) |  |  |  |                 if (needExec()) | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 break; |  |  |  |                     break; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -1354,7 +1354,7 @@ public class HeartService { | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     orderEntity.setProcessStatus(ConstantStatus.ORDER_DEAL_POST); |  |  |  |                                     orderEntity.setProcessStatus(ConstantStatus.ORDER_DEAL_POST); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     orderEntity.setStatus(ConstantStatus.ORDER_STATUS_PROCESS); |  |  |  |                                     orderEntity.setStatus(ConstantStatus.ORDER_STATUS_PROCESS); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     if (syncDataBustypeEntity != null) { |  |  |  |                                     if (syncDataBustypeEntity != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                                         if (syncDataBustypeEntity.getSyncStatus() == 1) { |  |  |  |                                         if (syncDataBustypeEntity.getSyncStatus() != null && syncDataBustypeEntity.getSyncStatus().compareTo(1) == 0) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                             orderEntity.setProcessStatus(ConstantStatus.ORDER_DEAL_DRAFT); |  |  |  |                                             orderEntity.setProcessStatus(ConstantStatus.ORDER_DEAL_DRAFT); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                             orderEntity.setStatus(ConstantStatus.ORDER_STATUS_TEMP_SAVE); |  |  |  |                                             orderEntity.setStatus(ConstantStatus.ORDER_STATUS_TEMP_SAVE); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                         } |  |  |  |                                         } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |