瀏覽代碼

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

wangzl 3 月之前
父節點
當前提交
f864cea780

+ 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">