主程序

This commit is contained in:
tangw 2025-10-15 09:23:27 +08:00
parent e38f173009
commit 7e6361106b

View File

@ -1892,7 +1892,7 @@ public class LisWorkUtils {
labInputcolList = commonUtil.getLabInputcol(yq);
loginConfigParam.setCurrent_labInputcol(labInputcolList);
}
List<LabInputcol> labInputcolList0 = labInputcolList.stream().filter(labInputcol0 -> labInputcol0.getMrz() != null && "".equals(labInputcol0.getMrz())).collect(Collectors.toList());
List<LabInputcol> labInputcolList0 = labInputcolList.stream().filter(labInputcol0 -> labInputcol0.getMrz() != null && !"".equals(labInputcol0.getMrz())).collect(Collectors.toList());
String mrz = null;
for (LabInputcol labInputcol : labInputcolList0) {
if (!"!".equals(labInputcol)) {