Commit 0e7f74fb authored by chenhao's avatar chenhao

先关掉异步

parent 44d7aae5
...@@ -406,7 +406,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal ...@@ -406,7 +406,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal
throw new RuntimeException("报送失败,系统异常!"); throw new RuntimeException("报送失败,系统异常!");
} }
} }
@Async //@Async
public void toSendCompletePoliceSituationMatch(Long id){ public void toSendCompletePoliceSituationMatch(Long id){
try { try {
Object result = toCompletePoliceSituationMatch(id); Object result = toCompletePoliceSituationMatch(id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment