@@ -37,6 +37,7 @@
<if test="deptConfigPageVO.uniqueCode!=null and deptConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{deptConfigPageVO.uniqueCode},"%")
</if>
+ order by a.gmt_modified desc
</select>
<!-- 各医院映射关系数列表 -->
@@ -33,6 +33,7 @@
<if test="diseaseConfigPageVO.icdCode!=null and diseaseConfigPageVO.icdCode!=''">
and a.icd_code like concat("%",#{diseaseConfigPageVO.icdCode},"%")
<if test="drugConfigPageVO.uniqueCode!=null and drugConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{drugConfigPageVO.uniqueCode},"%")
<if test="lisConfigPageVO.uniqueCode!=null and lisConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{lisConfigPageVO.uniqueCode},"%")
<if test="operationConfigPageVO.uniqueCode!=null and operationConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{operationConfigPageVO.uniqueCode},"%")
<if test="pacsConfigPageVO.uniqueCode!=null and pacsConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{pacsConfigPageVO.uniqueCode},"%")
<if test="transfusionConfigPageVO.uniqueCode!=null and transfusionConfigPageVO.uniqueCode!=''">
and a.unique_code like concat("%",#{transfusionConfigPageVO.uniqueCode},"%")