From 07b526e08ae75441bb7927fc9e2dd7087533d51a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 25 四月 2025 11:02:48 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml b/smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml
index 6b2edb7..71fa63d 100644
--- a/smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml
@@ -35,6 +35,7 @@
<result property="guid" column="guid"/>
<result property="patno" column="patno"/>
<result property="diagcheckFlag" column="diagcheck_flag"/>
+ <result property="idcardno" column="idcardno"/>
<result property="remark" column="remark"/>
</resultMap>
@@ -108,7 +109,8 @@
pmo.patname,
CONCAT(pa.age,pa.age_unit,pa.age2,pa.age_unit2) AS age,
pa.telcode,
- pmo.mainsuit
+ pmo.mainsuit,
+ pa.idcardno
from pat_med_outhosp pmo left join pat_archive pa on pmo.patid = pa.id
<where>
pmo.del_flag=0
--
Gitblit v1.9.3