소스 검색

查体模板排序

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>