查询处理中的任务
... | ... | @@ -100,7 +100,7 @@ |
left join t_system_review_task srt on t.system_review_task_id = srt.id | ||
left join t_car_review_task crt on t.car_review_task_id = crt.id | ||
<where> | ||
t.task_status IN ("NEW","PENDING") | ||
t.task_status IN ("RUNNING","RUNNABLE") | ||
<if test="taskNoOrName != null and taskNoOrName != ''"> | ||
and (t.task_no = #{taskNoOrName} || t.task_name like concat('%',#{taskNoOrName},'%')) | ||
</if> | ||
... | ... |