Compare commits
No commits in common. "628a610ff36681f4622014fac90ece689f897670" and "2eb4fadb17166f1d7f1671910551a3d0dd5fbf65" have entirely different histories.
628a610ff3
...
2eb4fadb17
@ -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