fix(测试跟踪): 编辑测试用例报错问题 (#17976)

--bug=1016836 --user=宋昌昌 【测试跟踪】编辑测试用例报错 https://www.tapd.cn/55049933/s/1244593

Co-authored-by: song-cc-rock <changchang.song@fit2cloud.com>
This commit is contained in:
MeterSphere Bot 2022-09-19 15:24:01 +08:00 committed by GitHub
parent 7d9241af73
commit 4528f8bf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
<if test="record.textValue != null">
text_value = #{record.textValue,jdbcType=LONGVARCHAR},
</if>
<if test="record.value == null and record.textValue == null">
`value` = null and text_value = null
</if>
</set>
</sql>
<update id="batchUpdateByResourceIds">