Compare commits

...

2 Commits

Author SHA1 Message Date
tangw
628a610ff3 Merge remote-tracking branch 'origin/master' 2025-10-15 09:23:41 +08:00
tangw
7e6361106b 主程序 2025-10-15 09:23:27 +08:00

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)) {