Commit 9ec07e0d authored by wdy's avatar wdy

用户发布的任务

parent d58dc49c
...@@ -192,7 +192,8 @@ ...@@ -192,7 +192,8 @@
crt.task_status car_review_status, crt.task_status car_review_status,
mtt.task_begin_time test_begin_time, mtt.task_begin_time test_begin_time,
mtt.task_end_time test_end_time, mtt.task_end_time test_end_time,
mtt.task_status test_status mtt.task_status test_status,
mtt.test_scheme_id testSchemeId
FROM t_task t FROM t_task t
left join t_system_review_task srt on t.system_review_task_id = srt.id 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 left join t_car_review_task crt on t.car_review_task_id = crt.id
......
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