fix(缺项管理): 缺陷批量编辑TAG报错问题

This commit is contained in:
song-cc-rock 2024-02-05 17:13:32 +08:00 committed by 刘瑞斌
parent 5564ee8ed7
commit a8e1c942a4
1 changed files with 2 additions and 2 deletions

View File

@ -64,10 +64,10 @@
tags = #{request.tags, typeHandler=io.metersphere.handler.ListTypeHandler}, tags = #{request.tags, typeHandler=io.metersphere.handler.ListTypeHandler},
</if> </if>
<if test="request.updateUser != null and request.updateUser != ''"> <if test="request.updateUser != null and request.updateUser != ''">
update_user = #{updateUser}, update_user = #{request.updateUser},
</if> </if>
<if test="request.updateTime != null"> <if test="request.updateTime != null">
update_time = #{updateTime}, update_time = #{request.updateTime},
</if> </if>
</set> </set>
where id in where id in