|
|
@ -58,6 +58,9 @@
|
|
|
|
<if test="jobGroup gt 0">
|
|
|
|
<if test="jobGroup gt 0">
|
|
|
|
AND t.job_group = #{jobGroup}
|
|
|
|
AND t.job_group = #{jobGroup}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="jobDesc != null and jobDesc != ''">
|
|
|
|
|
|
|
|
AND t.job_desc like CONCAT(CONCAT('%', #{jobDesc}), '%')
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="executorHandler != null and executorHandler != ''">
|
|
|
|
<if test="executorHandler != null and executorHandler != ''">
|
|
|
|
AND t.executor_handler like CONCAT(CONCAT('%', #{executorHandler}), '%')
|
|
|
|
AND t.executor_handler like CONCAT(CONCAT('%', #{executorHandler}), '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -73,6 +76,9 @@
|
|
|
|
<if test="jobGroup gt 0">
|
|
|
|
<if test="jobGroup gt 0">
|
|
|
|
AND t.job_group = #{jobGroup}
|
|
|
|
AND t.job_group = #{jobGroup}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="jobDesc != null and jobDesc != ''">
|
|
|
|
|
|
|
|
AND t.job_desc like CONCAT(CONCAT('%', #{jobDesc}), '%')
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="executorHandler != null and executorHandler != ''">
|
|
|
|
<if test="executorHandler != null and executorHandler != ''">
|
|
|
|
AND t.executor_handler like CONCAT(CONCAT('%', #{executorHandler}), '%')
|
|
|
|
AND t.executor_handler like CONCAT(CONCAT('%', #{executorHandler}), '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|