|
@@ -65,7 +65,9 @@ public interface NationalMatchDao {
|
|
|
@Param("status") int status);
|
|
|
|
|
|
@Select("select code,new_name as name,charge_unit as unit,type=#{type}, discription,specification,uploaded_flag," +
|
|
|
- "national_code,national_name,s_code as standardCode, charge_amount as price from zd_charge_item " +
|
|
|
+ "national_code,national_name,s_code as standardCode, charge_amount as price, " +
|
|
|
+ "localName=(select b.local_medical_service_name from si_central_services b where b.national_code=a.national_code) " +
|
|
|
+ "from zd_charge_item a " +
|
|
|
"where isnull(national_status,0)=#{status} and isnull(del_flag,0)=#{delFlag} and " +
|
|
|
"class_code!='J' and code like #{code} and name like #{name}")
|
|
|
IPage<StandardLocalItem> selectLocalServices(IPage<StandardLocalItem> iPage,
|