src/main/java/com/lf/server/controller/show/LocateController.java
@@ -52,7 +52,7 @@ return success(paged.getTotal(), paged.getRecords()); } catch (Exception ex) { return fail(ex.getMessage(), null); return fail(ex, null); } } @@ -68,7 +68,7 @@ return success(wkt); } catch (Exception ex) { return fail(ex.getMessage(), null); return fail(ex, null); } } }