smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml
@@ -191,8 +191,8 @@ update_time = #{updateTime} </trim> <where> <if test="id != null">and id = #{id},</if> <if test="taskId != null">and task_id = #{taskId},</if> <if test="id != null">and id = #{id}</if> <if test="taskId != null">and task_id = #{taskId}</if> </where> </update>