| 
					
				 | 
			
			
				@@ -73,6 +73,7 @@ public class SyOrderDataServiceImpl extends ServiceImpl<SyOrderDataMapper, SyOrd 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Date lastTiem = resultList.get(0).getLastTime(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String lastTimeSf = sf.format(lastTiem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            String toDay = sf.format(day);//若客户单据日期没有具体时间 则要在同步数据前删除这次同步时间段的数据 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (String str : pkorgSplit) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 String pkorgStr = str; 
			 |