|
@@ -19,6 +19,7 @@ public class AlarmLinkageJob {
|
|
|
@Async("asyncServiceExecutor")
|
|
|
public JSONObject addLinkage(String requestBody) {
|
|
|
JSONObject eventVO = JSONObject.parseObject(requestBody);
|
|
|
+
|
|
|
HashMap map = new HashMap();
|
|
|
map.put("productId", eventVO.get("productId").toString());
|
|
|
map.put("tcDeviceId", eventVO.get("tcDeviceId").toString());
|