|
@@ -83,7 +83,7 @@ public interface NationalMatchDao {
|
|
|
"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}")
|
|
|
+ "from si_central_herbal_new where national_name like #{name}")
|
|
|
List<SiCentralHerbal> selectNationalHerbals(@Param("name") String name);
|
|
|
|
|
|
@Select("select * from si_central_services where national_name=#{name} " +
|