微调
This commit is contained in:
@@ -246,14 +246,14 @@ public class PreDetectionServiceImpl implements PreDetectionService {
|
|||||||
@Override
|
@Override
|
||||||
public void sendScript(SimulateDetectionParam param) {
|
public void sendScript(SimulateDetectionParam param) {
|
||||||
Channel channel = SocketManager.getChannelByUserId(param.getUserPageId() + source);
|
Channel channel = SocketManager.getChannelByUserId(param.getUserPageId() + source);
|
||||||
// if (Objects.isNull(channel) || !channel.isActive()) {
|
if (Objects.isNull(channel) || !channel.isActive()) {
|
||||||
// // 进行源通信连接
|
// 进行源通信连接
|
||||||
// PreDetectionParam preDetectionParam = new PreDetectionParam();
|
PreDetectionParam preDetectionParam = new PreDetectionParam();
|
||||||
// preDetectionParam.setSourceId(param.getSourceId());
|
preDetectionParam.setSourceId(param.getSourceId());
|
||||||
// preDetectionParam.setUserPageId(param.getUserPageId());
|
preDetectionParam.setUserPageId(param.getUserPageId());
|
||||||
// preDetectionParam.setSendWebMsg(false);
|
preDetectionParam.setSendWebMsg(false);
|
||||||
// this.sendYtxSocketSimulate(preDetectionParam);
|
this.sendYtxSocketSimulate(preDetectionParam);
|
||||||
// }
|
}
|
||||||
//组装源控制脚本
|
//组装源控制脚本
|
||||||
PqScriptIssueParam issueParam = new PqScriptIssueParam();
|
PqScriptIssueParam issueParam = new PqScriptIssueParam();
|
||||||
//issueParam.setPlanId(param.getPlanId());
|
//issueParam.setPlanId(param.getPlanId());
|
||||||
|
|||||||
Reference in New Issue
Block a user