Commit 7ab22bac authored by 王飞's avatar 王飞

Merge branch 'wangdingyi' into 'dev'

查询处理中的任务

See merge request !74
parents 3867bbc0 61011556
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment