不复制样品图片
This commit is contained in:
@@ -179,6 +179,7 @@ public class ExperimentServiceImpl extends ServiceImpl<ExperimentMapper, Experim
|
|||||||
BeanUtil.copyProperties(sampleInfo, target);
|
BeanUtil.copyProperties(sampleInfo, target);
|
||||||
target.setId(null);
|
target.setId(null);
|
||||||
target.setExperimentId(experiment.getId());
|
target.setExperimentId(experiment.getId());
|
||||||
|
target.setSampleImage(null);
|
||||||
experimentSampleInfoService.save(target);
|
experimentSampleInfoService.save(target);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user