@ -12,6 +12,8 @@
</foreach>
</if>
<if test="key != null and key !='' "> and (res.task_name like concat('%',#{key},'%') or res.username like concat('%',#{key},'%') ) </if>
<if test="taskState != null and taskState !='' "> and task_state=#{taskState}</if>
</sql>
<update id="updateXmTaskExeUseridsAndUsernamesByTaskId"
parameterType="String">