From 514eed7776db34b2ff418ac8c4c204f521e396bc Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期五, 09 五月 2025 16:38:51 +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