Commit c827ce59 by yangyang

任务test排除提交

parent 99b8cb5f
...@@ -89,7 +89,7 @@ SELECT ...@@ -89,7 +89,7 @@ SELECT
( SELECT count(*) FROM sk_regionals_result t WHERE t.taskId = a.taskId) AS resultCount ( SELECT count(*) FROM sk_regionals_result t WHERE t.taskId = a.taskId) AS resultCount
FROM FROM
sk_regionals_task a sk_regionals_task a
WHERE isDeleted = '0' WHERE isDeleted = '0' and taskCaseId != 'test'
<if test="taskname != null and taskname != ''"> <if test="taskname != null and taskname != ''">
and a.taskName like concat('%', #{taskname , jdbcType=VARCHAR }, '%') and a.taskName like concat('%', #{taskname , jdbcType=VARCHAR }, '%')
</if> </if>
...@@ -112,7 +112,7 @@ ORDER BY ...@@ -112,7 +112,7 @@ ORDER BY
count(*) count(*)
FROM FROM
sk_regionals_task a sk_regionals_task a
WHERE isDeleted = '0' WHERE isDeleted = '0' and taskCaseId != 'test'
<if test="taskname != null and taskname != ''"> <if test="taskname != null and taskname != ''">
and a.taskName like concat('%', #{taskname , jdbcType=VARCHAR }, '%') and a.taskName like concat('%', #{taskname , jdbcType=VARCHAR }, '%')
</if> </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