微生物模块

This commit is contained in:
tangw 2025-11-28 12:25:50 +08:00
parent 4c69895746
commit a584404f4e

View File

@ -464,6 +464,7 @@ public class LisWorkServiceImpl implements LisWorkService {
String yq = labPat.getYq(); String yq = labPat.getYq();
String ybh = labPat.getYbh(); String ybh = labPat.getYbh();
LastLabPatParam lastLabPatParam=lisWorkUtils.getLastLabPatParam(labPat); LastLabPatParam lastLabPatParam=lisWorkUtils.getLastLabPatParam(labPat);
if(lastLabPatParam==null)return new ArrayList<>();
List<LabPat> labPatList = commonUtil.getlastLabPat(lastLabPatParam); List<LabPat> labPatList = commonUtil.getlastLabPat(lastLabPatParam);
if (!labPatList.isEmpty()) { if (!labPatList.isEmpty()) {
for (LabPat labPat0 : labPatList) { for (LabPat labPat0 : labPatList) {