|
|
@@ -287,7 +287,7 @@ public class CheckService {
|
|
|
//是否验证通过
|
|
|
//if(!algorithmData.getBoolean("is_alert") && objects.size()>0){
|
|
|
//算法厂家技术人员前期要添加objects判断精准性,后面对接人员要让去掉对objects的判断
|
|
|
- if (!algorithmData.getBoolean("is_alert")) {
|
|
|
+ if (!algorithmData.getBoolean("is_alert") && !objects.isEmpty()) {
|
|
|
//不报警,代表验证通过
|
|
|
responseResult.setIsPass(Boolean.TRUE);
|
|
|
} else {
|