Commit 1bf93b6a authored by 高滢's avatar 高滢

样品任务查编号

parent 74d5479c
......@@ -29,7 +29,7 @@
SELECT
relation.sample_id,
relation.task_id,
task.NAME As taskName
task.task_no As taskName
FROM
t_task_sample_relation relation
LEFT JOIN t_task task ON task.id = relation.task_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