Commit 508227d4 authored by wdy's avatar wdy

Merge branch 'dev' of http://gitlab.91isoft.com:90/wangfei/vehicle-quality-review into wangdingyi

parents 0e9bb189 d25c5159
......@@ -275,7 +275,7 @@
leader_id,leader,standard_id,name,
standard_no,file,task_list
FROM t_task
WHERE system_review_task_id = #{subId} OR car_review_task_id = #{subId}
WHERE system_review_task_id = #{subId} OR car_review_task_id = #{subId} OR model_test_task_id = #{subId}
</select>
<select id="findTaskName" resultType="java.lang.Long">
select COUNT(*) sum from t_task
......
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