@ -19,8 +19,8 @@
<if test="scheduleType != '' and scheduleType!=null">
and scheduleType = #{scheduleType}
</if>
<if test="taskId != '' and taskId!=null">
<if test="taskId != null and taskId != ''">
and taskId = #{taskId}
AND taskId LIKE concat('%',#{taskId},'%')
</where>
@ -12,7 +12,7 @@
and id = #{id}
<if test="status != null">
and status = #{status}