|
@@ -11,6 +11,8 @@ import com.shcd.service.ShipIllegalArtificialService;
|
|
|
import com.shcd.service.ShipIllegalAutoService;
|
|
|
import com.shcd.mapper.ShipIllegalAutoMapper;
|
|
|
import com.xxl.job.core.biz.model.ReturnT;
|
|
|
+import com.xxl.job.core.log.XxlJobLogger;
|
|
|
+import org.locationtech.jts.awt.PointShapeFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Service;
|
|
@@ -61,6 +63,8 @@ public class ShipIllegalAutoServiceImpl extends ServiceImpl<ShipIllegalAutoMappe
|
|
|
}
|
|
|
return ReturnT.FAIL;
|
|
|
} catch (Exception e) {
|
|
|
+ XxlJobLogger.log(e.getMessage() + e.getCause() + "000000");
|
|
|
+ log.error(e.getMessage() + "11111");
|
|
|
return ReturnT.FAIL;
|
|
|
}
|
|
|
}
|