|
|
@@ -324,7 +324,7 @@ public class SampleAnimalServiceImpl extends ServiceImpl<SampleAnimalMapper, Sam
|
|
|
sampleInfoObj.put("expireDate", WordUtil.padString(sampleInfo.getExpireDate(), 8));
|
|
|
|
|
|
//样本规则
|
|
|
- String extData = checkOrderMapper.getExtData(sampleId);
|
|
|
+ String extData = checkOrderMapper.getExtData(sampleId, ScientificSampleTypeEnum.SERUM.name().toLowerCase());
|
|
|
if (StrUtil.isNotBlank(extData)) {
|
|
|
JSONObject object = JSON.parseObject(extData);
|
|
|
HtScienceApply scienceApply = object.getObject("scienceApply", HtScienceApply.class);
|