许鹏程
2023-06-29 cb4df5a1c9cda76e828fa202990df33be0735105
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());