杜洪波
2025-09-17 6c0c3557e791dc46948190dd3745335ed043d051
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());