Commit c01766c2 authored by wdy's avatar wdy

Merge branch 'dev' of http://gitlab.91isoft.com:90/wangfei/vehicle-quality-review into wangdingyi

parents ef0f9248 beff6744
......@@ -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