src/main/java/com/product/server/report/controller/ReportDatasourceController.java
@@ -257,7 +257,7 @@ return OK_List(dt); } catch (BaseException e) { e.printStackTrace(); return this.error(e.getCode()); return this.error(e); } catch (Exception e) { e.printStackTrace(); return this.error("", ReportCode.REPORT_DATASOURCE_ERROR.getText()+e.getMessage());