| 
					
				 | 
			
			
				@@ -5303,7 +5303,7 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (CollectionUtils.isNotEmpty(list) || CollectionUtils.isNotEmpty(boxMessage)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    String message = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    String message = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (CollectionUtils.isNotEmpty(boxMessage) && CollectionUtils.isNotEmpty(list)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         StringBuffer stringBuffer = new StringBuffer("订单缺少箱信息或者箱量不足,订单号为:"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         stringBuffer.append(org.apache.commons.lang.StringUtils.join(boxMessage.toArray(), ",")); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -6021,7 +6021,7 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setUpdateTime(date); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setUpdateBy(loginUser.getUser().getUserName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setfUpdatetime(date); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        cntrno.setRemark(remark); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        cntrno.setRemark(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setfUpdateaddress(bills.getfDestportid().toString()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setfOpctnstatus(fOpCTnsTaTus); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cntrno.setfCntrstatus(warehousebillsCntr.getfCntrstatus()); 
			 |