|
|
@ -70,14 +70,14 @@ public class FuncCarApiServiceImpl implements IFuncCarApiService { |
|
|
|
if(!api.getOperId().equals(record.getOperId())){ |
|
|
|
String s = api.getOs() + api.getBrowser() + api.getEquipment() + api.getNetwork(); |
|
|
|
if(!flagVal.equals(s)){ |
|
|
|
record.setTestResult("接口兼容性测试通过"); |
|
|
|
record.setTestResult("兼容性测试【通过】"); |
|
|
|
break; |
|
|
|
}else { |
|
|
|
record.setTestResult("该记录无比对样本"); |
|
|
|
} |
|
|
|
} |
|
|
|
}else { |
|
|
|
record.setTestResult("接口兼容性测试未通过"); |
|
|
|
record.setTestResult("兼容性测试【未通过】"); |
|
|
|
} |
|
|
|
} |
|
|
|
}else { |
|
|
|