|
@@ -7,6 +7,7 @@ import com.onemap.common.core.utils.StringUtils;
|
|
|
import com.onemap.common.core.web.domain.RequestResult;
|
|
|
import com.onemap.system.api.AnalyseService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.scheduling.annotation.Async;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.*;
|
|
@@ -32,6 +33,7 @@ public class HgxfxHandleService {
|
|
|
@Autowired
|
|
|
private FxrwrzMapper fxrwrzMapper;
|
|
|
|
|
|
+ @Async
|
|
|
public void hgxfxHandle(String bsm, String ewkt) {
|
|
|
QueryWrapper<HgxfxDTO> hgxfxWrapper = new QueryWrapper<HgxfxDTO>();
|
|
|
hgxfxWrapper.eq("bsm", bsm);
|