From 45e511fe87a7b838a084ce524c8566d20e56059a Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期二, 22 四月 2025 18:20:35 +0800 Subject: [PATCH] 04-22 zhs 测试 --- 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