| 
					
				 | 
			
			
				@@ -543,7 +543,6 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<SyCostAllocationShipdetail> Shipdetails = syCostAllocationShipdetailMapper.queryByCostShipdetail(plannum); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (int i=0;i<Shipdetails.size();i++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             SyCostAllocationShipdetail ship = Shipdetails.get(i); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            Shipdetails.add(ship); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //实际出货数量 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(ship.getShipQuantity()!=null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if(syCostAllocation.getActualShipquantity()==null){ 
			 |