This commit is contained in:
caozehui
2026-05-26 15:41:28 +08:00
parent a1941a375b
commit 13677f21d9
6 changed files with 13 additions and 8 deletions

View File

@@ -325,7 +325,7 @@ public class DetectionDataServiceImpl extends ReplenishMybatisServiceImpl<Detect
resultFlags = resultFlags.stream().filter(x -> 4 != x && 5 != x).distinct().collect(Collectors.toList());
if (CollUtil.isNotEmpty(resultFlags)) {
if (resultFlags.contains(2)) {
return 2;
return 0;
} else {
switch (resultFlags.get(0)) {
case 1: