主程序
This commit is contained in:
parent
e38f173009
commit
7e6361106b
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user