Commit 6284ea32 authored by 高滢's avatar 高滢

taskNo

parent 1bf93b6a
......@@ -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.task_no 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