|
@@ -402,6 +402,12 @@ public class SampleInfoServiceImpl extends ServiceImpl<SampleInfoMapper, SampleI
|
|
|
}
|
|
|
|
|
|
String projectType = "样本送检/" + Objects.requireNonNull(SampleTypeEnum.resolve(sampleInfo.getType())).getLabel();
|
|
|
+ if (StrUtil.isNotBlank(sampleInfo.getProjectNo())) {
|
|
|
+ projectType += "/" + sampleInfo.getProjectNo();
|
|
|
+ }
|
|
|
+ if (StrUtil.isNotBlank(sampleInfo.getProjectName())) {
|
|
|
+ projectType += "/" + sampleInfo.getProjectName();
|
|
|
+ }
|
|
|
|
|
|
Long userId;
|
|
|
String dingMsg;
|