Commit 8de2cbc3 authored by 高滢's avatar 高滢

样品分页查询 联查任务

parent 419b11fe
...@@ -117,6 +117,9 @@ public class SampleManagementServiceImpl extends ServiceImpl<SampleManagementMap ...@@ -117,6 +117,9 @@ public class SampleManagementServiceImpl extends ServiceImpl<SampleManagementMap
return sampleManagementMapper.selectSampleList(sampleManagementRequest); return sampleManagementMapper.selectSampleList(sampleManagementRequest);
} }
/**
* 给样品的数据赋值任务集合*/
public void setSampleTask(List<Sample> sampleList){ public void setSampleTask(List<Sample> sampleList){
List<Long> listId = new ArrayList<>(); List<Long> listId = new ArrayList<>();
for(Sample sample : sampleList){ for(Sample sample : sampleList){
......
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