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:
parent
7d9241af73
commit
4528f8bf85
|
@ -23,6 +23,9 @@
|
||||||
<if test="record.textValue != null">
|
<if test="record.textValue != null">
|
||||||
text_value = #{record.textValue,jdbcType=LONGVARCHAR},
|
text_value = #{record.textValue,jdbcType=LONGVARCHAR},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="record.value == null and record.textValue == null">
|
||||||
|
`value` = null and text_value = null
|
||||||
|
</if>
|
||||||
</set>
|
</set>
|
||||||
</sql>
|
</sql>
|
||||||
<update id="batchUpdateByResourceIds">
|
<update id="batchUpdateByResourceIds">
|
||||||
|
|
Loading…
Reference in New Issue