| 
					
				 | 
			
			
				@@ -186,7 +186,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <select id="selectSeapriceItem" parameterType="TSeaprice" resultType="Map"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        SELECT f.f_name fFeeid, s.remark remark, IF(s.f_type = '0', s.${fSpecification}, s.f_unitprice) fUnitprice 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        SELECT distinct f.f_name fFeeid, s.remark remark, IF(s.f_type = '0', s.${fSpecification}, s.f_unitprice) fUnitprice 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         FROM t_seaprice t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  LEFT JOIN t_seapriceitem s ON s.f_pid = t.f_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  LEFT JOIN t_fees f ON f.f_id = s.f_feeid 
			 |