|
@@ -15,8 +15,6 @@ public class AlarmLinkageJob {
|
|
* 烟感联动
|
|
* 烟感联动
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- //异步多线程调用
|
|
|
|
- @Async("asyncServiceExecutor")
|
|
|
|
public JSONObject addLinkage(String requestBody) {
|
|
public JSONObject addLinkage(String requestBody) {
|
|
JSONObject eventVO = JSONObject.parseObject(requestBody);
|
|
JSONObject eventVO = JSONObject.parseObject(requestBody);
|
|
HashMap map = new HashMap();
|
|
HashMap map = new HashMap();
|