| 
					
				 | 
			
			
				@@ -86,15 +86,15 @@ public class TVoyageController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (tVoyage.getfPortofloadid() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return AjaxResult.error("装货港不能为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (tVoyage.getfPortofdischargeid() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /*if (tVoyage.getfPortofdischargeid() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return AjaxResult.error("卸货港不能为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (tVoyage.getfDistinationid() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return AjaxResult.error("目的港不能为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (tVoyage.getfPortoftransshipment() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /*if (tVoyage.getfPortoftransshipment() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return AjaxResult.error("中转港不能为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (tVoyage.getfEtd() == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return AjaxResult.error("预计开船日期不能为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |