From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml index 827c2ef..f04e25a 100644 --- a/smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml @@ -135,7 +135,7 @@ <if test="valueType != null and valueType!=''">value_type,</if> <if test="reply != null and reply!=''">otherdata,</if> <if test="scoretype != null and scoretype!=''">scoretype,</if> - <if test="score != null and score!=''">score,</if> + <if test="score != null ">score,</if> <if test="icd10Name != null and icd10Name!=''">icd10_name,</if> <if test="picturePath != null and picturePath != ''">picture_path,</if> <if test="scriptTopic != null and scriptTopic != ''">script_topic,</if> @@ -168,7 +168,7 @@ <if test="valueType != null and valueType!=''">#{valueType},</if> <if test="reply != null and reply!=''">#{therdata},</if> <if test="scoretype != null and scoretype!=''">#{scoretype},</if> - <if test="score != null and score!=''">#{score},</if> + <if test="score != null ">#{score},</if> <if test="icd10Name != null and icd10Name!=''">#{icd10Name},</if> <if test="picturePath != null and picturePath != ''">#{picturePath},</if> <if test="scriptTopic != null and scriptTopic != ''">#{scriptTopic},</if> @@ -205,7 +205,7 @@ <if test="valueType != null and valueType!=''">value_type = #{valueType},</if> <if test="reply != null and reply!=''">therdata =#{therdata},</if> <if test="scoretype != null and scoretype!=''">scoretype = #{scoretype},</if> - <if test="score != null and score!=''">score = #{score},</if> + <if test="score != null">score = #{score},</if> <if test="icd10Name != null and icd10Name!=''">icd10_name = #{icd10Name},</if> <if test="picturePath != null and picturePath != ''">picture_path = #{picturePath},</if> <if test="scriptTopic != null and scriptTopic != ''">script_topic = #{scriptTopic},</if> -- Gitblit v1.9.3