From e2369d5f4531ef591a76f79d7169175a4c288e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=AE=99=E7=9A=AE=E7=9A=AE=E5=A8=83?= <2964346877@qq.com> Date: Tue, 18 Nov 2025 10:36:01 +0800 Subject: [PATCH] 2 --- src/main/resources/mapper/TBasicMapper.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/main/resources/mapper/TBasicMapper.xml b/src/main/resources/mapper/TBasicMapper.xml index 33b0780..b57b4af 100644 --- a/src/main/resources/mapper/TBasicMapper.xml +++ b/src/main/resources/mapper/TBasicMapper.xml @@ -25,9 +25,7 @@ `dis_date`, `dis_dept_name`, `attending_name`, - `jzh`, - `is_other`, - `mother_inpatient_no`) + `jzh`) VALUES (#{tBasic.admissDept}, @@ -50,9 +48,7 @@ #{tBasic.disDate}, #{tBasic.disDeptName}, #{tBasic.attendingName}, - #{tBasic.jzh}, - #{tBasic.isOther}, - #{tBasic.motherInpatientNo}) + #{tBasic.jzh}) @@ -75,9 +71,7 @@ `admiss_dept_name` = #{tBasic.admissDeptName}, `dis_date` = #{tBasic.disDate}, `dis_dept_name` = #{tBasic.disDeptName}, - `attending_name` = #{tBasic.attendingName}, - `is_other` = #{tBasic.isOther}, - `mother_inpatient_no`= #{tBasic.motherInpatientNo} + `attending_name` = #{tBasic.attendingName} WHERE `jzh` = #{tBasic.jzh}