|  | @@ -79,7 +79,11 @@ public interface NationalMatchDao {
 | 
	
		
			
				|  |  |      List<SiCentralMedicine> selectNationalMedicines(@Param("name") String name,
 | 
	
		
			
				|  |  |                                                      @Param("approve") String approve);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @Select("select * from si_central_herbal where national_name=#{name}")
 | 
	
		
			
				|  |  | +    @Select("select national_code,national_name,mlms_name as medicinalMaterialsName, " +
 | 
	
		
			
				|  |  | +            "efcc_atc as efficacyClass,psdg_mtd as medicinalMaterialsFamily, " +
 | 
	
		
			
				|  |  | +            "mlms_cat_souc as medicinalMaterialsSpecies,medicinal_parts,properties, " +
 | 
	
		
			
				|  |  | +            "channels,usage_dosage,pocily_type as siPolicy " +
 | 
	
		
			
				|  |  | +            "from si_central_herbal_new where national_name=#{name}")
 | 
	
		
			
				|  |  |      List<SiCentralHerbal> selectNationalHerbals(@Param("name") String name);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Select("select * from si_central_services where national_name=#{name} " +
 |