From 7e27dd7796c6a8b8b03ac0f135796fce8b65d5b5 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 10 十二月 2024 01:00:07 +0800 Subject: [PATCH] 增加pacs检查提示以及所见医师 --- ltkj-hosp/src/main/resources/mapper/hosp/TjDiscardInspectionMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/hosp/TjDiscardInspectionMapper.xml b/ltkj-hosp/src/main/resources/mapper/hosp/TjDiscardInspectionMapper.xml index 4255612..b795dad 100644 --- a/ltkj-hosp/src/main/resources/mapper/hosp/TjDiscardInspectionMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/hosp/TjDiscardInspectionMapper.xml @@ -53,6 +53,7 @@ </if> and deleted=0 </where> + order by create_time desc </select> <select id="selectTjDiscardInspectionById" parameterType="Long" -- Gitblit v1.8.0