Commit c827ce59 by yangyang

任务test排除提交

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