From c92523467edf0306bad25f141faa5fcb56da8806 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 06 三月 2024 11:24:17 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/HospitalRecordMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/HospitalRecordMapper.xml b/smartor/src/main/resources/mapper/smartor/HospitalRecordMapper.xml index cc936c7..4203106 100644 --- a/smartor/src/main/resources/mapper/smartor/HospitalRecordMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/HospitalRecordMapper.xml @@ -220,7 +220,6 @@ <insert id="insertHospitalRecord" parameterType="com.smartor.domain.HospitalRecord"> insert into hospital_record <trim prefix="(" suffix=")" suffixOverrides=","> - <if test="ID != null">ID,</if> <if test="sourceSystem != null">SourceSystem,</if> <if test="messageID != null">MessageID,</if> <if test="createTime != null">CreateTime,</if> @@ -280,7 +279,6 @@ <if test="taskStatus != null">taskStatus,</if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> - <if test="ID != null">#{ID},</if> <if test="sourceSystem != null">#{sourceSystem},</if> <if test="messageID != null">#{messageID},</if> <if test="createTime != null">#{createTime},</if> -- Gitblit v1.9.3