fix(测试跟踪): 批量修改用例自定义字段,会同步修改其他字段

--bug=1021537 --user=陈建星 【测试跟踪】github#21075通过批量修改的方式修改字段1的值为value11, 字段2的值也会变成value11。 https://www.tapd.cn/55049933/s/1326008
This commit is contained in:
chenjianxing 2023-01-11 14:42:27 +08:00 committed by jianxing
parent 55ecd21a43
commit 2ece525585
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<update id="batchUpdateByResourceIds">
update ${tableName}
<include refid="updateValueColumn"/>
where resource_id in
where field_id = #{record.fieldId} and resource_id in
<foreach collection="resourceIds" item="resourceId" separator="," open="(" close=")">
#{resourceId}
</foreach>