Browse Source

Merge branch 'ETA_1.8.1' into debug

zwxi 10 months ago
parent
commit
b4cf0f3e3c
2 changed files with 0 additions and 10 deletions
  1. 0 1
      controllers/smart_report/smart_report.go
  2. 0 9
      routers/commentsRouter.go

+ 0 - 1
controllers/smart_report/smart_report.go

@@ -17,7 +17,6 @@ import (
 	"io/ioutil"
 	"os"
 	"path"
-	"strconv"
 	"strings"
 	"time"
 )

+ 0 - 9
routers/commentsRouter.go

@@ -6271,15 +6271,6 @@ func init() {
             Filters: nil,
             Params: nil})
 
-    beego.GlobalControllerRouter["eta/eta_api/controllers/smart_report:SmartReportController"] = append(beego.GlobalControllerRouter["eta/eta_api/controllers/smart_report:SmartReportController"],
-        beego.ControllerComments{
-            Method: "GetReportPdfUrl",
-            Router: `/get_pdf_url`,
-            AllowHTTPMethods: []string{"post"},
-            MethodParams: param.Make(),
-            Filters: nil,
-            Params: nil})
-
     beego.GlobalControllerRouter["eta/eta_api/controllers/smart_report:SmartReportController"] = append(beego.GlobalControllerRouter["eta/eta_api/controllers/smart_report:SmartReportController"],
         beego.ControllerComments{
             Method: "LastPublishedReport",