Commit ecfeeef5 authored by song-cc-rock's avatar song-cc-rock Committed by f2c-ci-robot[bot]
Browse files

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

--bug=1016836 --user=宋昌昌 【测试跟踪】编辑测试用例报错 https://www.tapd.cn/55049933/s/1244593
parent 8a8e5bd5
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment