参数返回信息解决

This commit is contained in:
wr
2025-03-31 14:41:01 +08:00
parent f842886c00
commit 593b7e9d7b
2 changed files with 2 additions and 2 deletions

View File

@@ -734,7 +734,7 @@ public class DetectionServiceImpl {
return 2; return 2;
} }
} }
return isData.get(0); return isQualified.get(0);
} else { } else {
if (isData.contains(4)) { if (isData.contains(4)) {
return 4; return 4;

View File

@@ -267,7 +267,7 @@ public class AdHarmonicServiceImpl extends ServiceImpl<AdHarmonicMappper, AdHarm
return 2; return 2;
} }
} }
return isData.get(0); return isQualified.get(0);
} else { } else {
if (isData.contains(4)) { if (isData.contains(4)) {
return 4; return 4;