微生物模块
This commit is contained in:
parent
4c69895746
commit
a584404f4e
@ -464,6 +464,7 @@ public class LisWorkServiceImpl implements LisWorkService {
|
||||
String yq = labPat.getYq();
|
||||
String ybh = labPat.getYbh();
|
||||
LastLabPatParam lastLabPatParam=lisWorkUtils.getLastLabPatParam(labPat);
|
||||
if(lastLabPatParam==null)return new ArrayList<>();
|
||||
List<LabPat> labPatList = commonUtil.getlastLabPat(lastLabPatParam);
|
||||
if (!labPatList.isEmpty()) {
|
||||
for (LabPat labPat0 : labPatList) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user