Compare commits
2 Commits
2eb4fadb17
...
628a610ff3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
628a610ff3 | ||
|
|
7e6361106b |
@ -1892,7 +1892,7 @@ public class LisWorkUtils {
|
|||||||
labInputcolList = commonUtil.getLabInputcol(yq);
|
labInputcolList = commonUtil.getLabInputcol(yq);
|
||||||
loginConfigParam.setCurrent_labInputcol(labInputcolList);
|
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;
|
String mrz = null;
|
||||||
for (LabInputcol labInputcol : labInputcolList0) {
|
for (LabInputcol labInputcol : labInputcolList0) {
|
||||||
if (!"!".equals(labInputcol)) {
|
if (!"!".equals(labInputcol)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user