|  | @@ -70,7 +70,7 @@ public interface NationalMatchDao {
 | 
	
		
			
				|  |  |      @Select("select code,rtrim(name) as name,charge_unit as unit,type=#{type},discription,descriptions as specification," +
 | 
	
		
			
				|  |  |              "aaz231 as injuryUniqueId,ake003 as catalogueType, bke215 as fundType,${statement} " +
 | 
	
		
			
				|  |  |              "${codeColumn} as nationalCode,${nameColumn} as nationalName,${upldFlagColumn} as uploadedFlag, " +
 | 
	
		
			
				|  |  | -            "yb_comment as factory from zd_charge_item " +
 | 
	
		
			
				|  |  | +            "yb_comment as factory from zd_charge_item a " +
 | 
	
		
			
				|  |  |              "where isnull(${statusColumn},0)=#{status} and isnull(del_flag,0)=#{delFlag} and " +
 | 
	
		
			
				|  |  |              "class_code='J' and code like #{code} and name like #{name}")
 | 
	
		
			
				|  |  |      Page<StandardLocalItem> selectLocalSupplies(Page<StandardLocalItem> iPage,
 |