|  | @@ -275,7 +275,7 @@ public interface ZdChargeItemMapper {
 | 
	
		
			
				|  |  |              "</when>",
 | 
	
		
			
				|  |  |              "  code=rtrim(code),name,specification=charge_unit,charge_amount,manufactory=yb_comment,exec_unit,group_no='00' ,type=3  ",
 | 
	
		
			
				|  |  |              "    FROM zd_charge_item (nolock)  ",
 | 
	
		
			
				|  |  | -            "where  class_code in ('C','E','G')",
 | 
	
		
			
				|  |  | +            "where  class_code in ('C','D','E','G','F','J')",
 | 
	
		
			
				|  |  |              "<when test='commonParams!=null'>",
 | 
	
		
			
				|  |  |              " and (py_code like #{commonParams} or d_code  like #{commonParams} or code like #{commonParams} or name like #{commonParams} or class_code like #{commonParams}",
 | 
	
		
			
				|  |  |              "<when test='letterParamsLowerCase!=null'>",
 |