微生物模块
This commit is contained in:
parent
4c69895746
commit
a584404f4e
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user