fix(测试跟踪): 编辑测试用例报错问题
--bug=1016836 --user=宋昌昌 【测试跟踪】编辑测试用例报错 https://www.tapd.cn/55049933/s/1244593
This commit is contained in:
parent
8a8e5bd5a1
commit
ecfeeef508
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue