浏览代码

查体模板排序

Zhaops 6 年之前
父节点
当前提交
0bffe2d25c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      icssman-service/src/main/resources/mapper/DeptVitalMapper.xml

+ 1 - 1
icssman-service/src/main/resources/mapper/DeptVitalMapper.xml

@@ -40,7 +40,7 @@
           <if test="deptVitalPageVO.deptName!=null and deptVitalPageVO.deptName!=''">
               AND a.name like CONCAT("%",#{deptVitalPageVO.deptName},"%")
           </if>
-        order by gmt_modified desc
+        order by b.gmt_modified desc
     </select>
 
 </mapper>