Commit beff6744 authored by 王飞's avatar 王飞

Merge branch 'gaoying' into 'dev'

Gaoying

See merge request !130
parents 6db5389f 6284ea32
......@@ -14,5 +14,5 @@ import java.util.List;
public class SampleTaskVo {
private Long taskId;
private Long SampleId;
private String taskName;
private String taskNo;
}
......@@ -29,7 +29,7 @@
SELECT
relation.sample_id,
relation.task_id,
task.NAME As taskName
task.task_no As taskNo
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