| 
					
				 | 
			
			
				@@ -372,6 +372,6 @@ public interface ZdChargeItemMapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @param: chargeCode 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @return: java.util.List<java.lang.String> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      **/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Select(" select rtrim(charge_code) charge_code from yp_base_yf  where group_no in (${groupNo}) and  charge_code in (${chargeCode})") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Select(" select rtrim(code) code from  view_mz_zd_yp_ysh where group_no  in (${groupNo}) and  code in (${chargeCode})") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     List<String> selectZyChargeCodes(@Param("groupNo") String groupNo,@Param("chargeCode") String chargeCode); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |