소스 검색

历史手术信息记录排序混乱解决

wangzl 3 달 전
부모
커밋
f864cea780
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizClinicRoomMapper.xml

+ 1 - 0
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizClinicRoomMapper.xml

@@ -305,6 +305,7 @@
                 and bcr.patient_id = #{patientId}
             </if>
         </where>
+        order by bcr.clinic_start_time desc
     </select>
 
     <select id="selectListByPatientCode" resultMap="stdThumbnailResult">