代码调整
This commit is contained in:
@@ -875,6 +875,11 @@ public class SocketDevResponseService {
|
||||
|
||||
//FormalTestManager.devXiNumDataMap.put(devData.getId(),)
|
||||
|
||||
if(SocketManager.clockMap.containsKey(sourceIssue.getIndex())){
|
||||
SocketManager.clockMap.put(sourceIssue.getIndex(),0L);
|
||||
}
|
||||
|
||||
|
||||
if (successComm.size() == FormalTestManager.monitorIdListComm.size()) {
|
||||
//TODO 理论上遇到返回code10200的数量与监测点数量一致则认为数据返回结束,但是会存在缺失数据情况,例如有部分装置是没有暂降功能的
|
||||
System.out.println(sourceIssue.getType() + splitTag + sourceIssue.getIndex() + "当前测试小项读取数据已经全部结束。。。。。。。。。");
|
||||
|
||||
Reference in New Issue
Block a user