From d7fd24cda7b8b5124fca826fa4301cdb3acdb6b5 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 19 八月 2025 17:46:52 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml | 126 +++++++++++++++++++++--------------------- 1 files changed, 63 insertions(+), 63 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml index 4441177..986f899 100644 --- a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml @@ -76,68 +76,68 @@ <sql id="selectPatMedInhospVo"> select inhospid, - patname, - fuflag, - management_doctor, - management_doctor_code, - fudate, - fuperiod, - futypecode, - futypedesc, - fuadvice, - fuspecialadvice, - remark, - guid, - operator, - operator_id, - out_way_id, - out_way_name, - nurse_id, - nurse_name, - deptcheck_flag, - wardcheck_flag, - diagcheck_flag, - inhospstate, - patno, - long_task_reason, - inhospno, - serialnum, - hospitalname, - hospitalcode, - hospitaldistrictcode, - hospitaldistrictname, - icd10code, - diagname, - starttime, - endtime, - deptcode, - deptname, - roomno, - bed_no, - orgid, - del_flag, - update_by, - update_time, - create_by, - create_time, - isupload, - upload_time, - patid, - leavediagname, - leaveicd10code, - drcode, - drname, - schemestatus, - generalschemestatus, - leaveldeptcode, - leaveldeptname, - hospitaldistrictid, - leavehospitaldistrictcode, - leavehospitaldistrictname, - leavehospitaldistrictid, - deptid, - leaveldeptid, - schemetime + patname, + fuflag, + management_doctor, + management_doctor_code, + fudate, + fuperiod, + futypecode, + futypedesc, + fuadvice, + fuspecialadvice, + remark, + guid, + operator, + operator_id, + out_way_id, + out_way_name, + nurse_id, + nurse_name, + deptcheck_flag, + wardcheck_flag, + diagcheck_flag, + inhospstate, + patno, + long_task_reason, + inhospno, + serialnum, + hospitalname, + hospitalcode, + hospitaldistrictcode, + hospitaldistrictname, + icd10code, + diagname, + starttime, + endtime, + deptcode, + deptname, + roomno, + bed_no, + orgid, + del_flag, + update_by, + update_time, + create_by, + create_time, + isupload, + upload_time, + patid, + leavediagname, + leaveicd10code, + drcode, + drname, + schemestatus, + generalschemestatus, + leaveldeptcode, + leaveldeptname, + hospitaldistrictid, + leavehospitaldistrictcode, + leavehospitaldistrictname, + leavehospitaldistrictid, + deptid, + leaveldeptid, + schemetime from pat_med_inhosp </sql> @@ -419,7 +419,7 @@ SELECT GROUP_CONCAT(d.tagname, ', ') FROM pat_archivetag d WHERE d.patid = #{patid} - AND d.del_flag = 0 + AND d.del_flag = 0 </select> -- Gitblit v1.9.3