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