参数返回信息解决
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user