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