|  | @@ -216,12 +216,18 @@ public interface TWarehouseBillsMapper extends BaseMapper<TWarehouseBills> {
 | 
	
		
			
				|  |  |       * @param fVessel 船名
 | 
	
		
			
				|  |  |       * @param fVoyage 航次
 | 
	
		
			
				|  |  |       * @param fCargoPlanning 是否配船
 | 
	
		
			
				|  |  | +     * @param fLoadportid 起运港
 | 
	
		
			
				|  |  | +     * @param fDestportid 目的港
 | 
	
		
			
				|  |  | +     * @param fLaneid 航线
 | 
	
		
			
				|  |  |       * @return
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      public int updateTWarehousebillsByIds(@Param("fIds") Long[] fIds,
 | 
	
		
			
				|  |  |                                            @Param("fVessel") Long fVessel,
 | 
	
		
			
				|  |  |                                            @Param("fVoyage") Long fVoyage,
 | 
	
		
			
				|  |  | -                                          @Param("fCargoPlanning") Long fCargoPlanning);
 | 
	
		
			
				|  |  | +                                          @Param("fCargoPlanning") Long fCargoPlanning,
 | 
	
		
			
				|  |  | +                                          @Param("fLoadportid") Long fLoadportid,
 | 
	
		
			
				|  |  | +                                          @Param("fDestportid")Long fDestportid,
 | 
	
		
			
				|  |  | +                                          @Param("fLaneid")Integer fLaneid);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 凯和单航次配船
 |