Commit d25c5159 authored by 盖献康's avatar 盖献康

Merge branch 'gaixiankang' into 'dev'

总任务 - 根据子任务id查看任务详情 - 第三个子任务接入进去

See merge request !205
parents 329111dc f4ae4b80
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
leader_id,leader,standard_id,name, leader_id,leader,standard_id,name,
standard_no,file,task_list standard_no,file,task_list
FROM t_task 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>
<select id="findTaskName" resultType="java.lang.Long"> <select id="findTaskName" resultType="java.lang.Long">
select COUNT(*) sum from t_task 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