|  | @@ -352,7 +352,7 @@ public class ForeignHttpServiceImpl implements ForeignHttpService{
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //出库单据
 | 
	
		
			
				|  |  | -        List<Map<String, Object>> outputReceiptList = itWarehouseService.getWorkTrend(wareHouseId,startTime,endTime, "SJRK");
 | 
	
		
			
				|  |  | +        List<Map<String, Object>> outputReceiptList = itWarehouseService.getWorkTrend(wareHouseId,startTime,endTime, "SJCK");
 | 
	
		
			
				|  |  |          outputReceiptList.removeAll(Collections.singleton(null));
 | 
	
		
			
				|  |  |          if (outputReceiptList == null){
 | 
	
		
			
				|  |  |              data.put("outputReceiptList", new ArrayList<Map<String,Object>>());
 |