|
@@ -23,6 +23,7 @@ import com.shkpr.service.alambizplugin.dto.GisSurveyLayerApplyPoint;
|
|
|
import com.shkpr.service.alambizplugin.dto.GisSurveySystemCheckId;
|
|
|
import com.shkpr.service.alambizplugin.dto.GisSurveySystemCheckResultDetail;
|
|
|
import com.shkpr.service.alambizplugin.dto.TypeDefine;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
import org.springframework.scheduling.annotation.AsyncResult;
|
|
|
import org.springframework.stereotype.Component;
|
|
@@ -45,6 +46,7 @@ import java.util.function.Consumer;
|
|
|
* @since 1.0.0
|
|
|
*/
|
|
|
@Component
|
|
|
+@Slf4j
|
|
|
public class GisSurveySystemChecker {
|
|
|
/**
|
|
|
* log
|
|
@@ -309,6 +311,7 @@ public class GisSurveySystemChecker {
|
|
|
e
|
|
|
)
|
|
|
);
|
|
|
+ log.error("StackTrac:", e);
|
|
|
|
|
|
//清除子任务
|
|
|
if (isolatedPointsFuture != null) isolatedPointsFuture.cancel(true);
|