From 37f2e4e68c0d55e094981fa478fc198b907f87dc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 20 七月 2024 16:30:13 +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