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