|
|
@@ -238,8 +238,6 @@ public class RuleEngine {
|
|
|
sendJson.put("id", advanceWarningAudit.getId());
|
|
|
sendJson.put("type","during");
|
|
|
webSocket.pushMessage(ipStr, sendJson.toJSONString());
|
|
|
-// webSocket.pushMessage(ipStr, JSON.toJSONString(advanceWarningAudit));
|
|
|
-
|
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|
|
|
}
|