浏览代码

Merge branch 'master' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 年之前
父节点
当前提交
327b3023d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -59,6 +59,7 @@ func init() {
 		web.NSNamespace("/report",
 		web.NSNamespace("/report",
 			web.NSInclude(
 			web.NSInclude(
 				&controllers.ReportController{},
 				&controllers.ReportController{},
+				&controllers.ReportUploadCommonController{},
 			),
 			),
 		),
 		),
 		web.NSNamespace("/statistic_report",
 		web.NSNamespace("/statistic_report",
@@ -66,7 +67,6 @@ func init() {
 				&controllers.StatisticReportController{},
 				&controllers.StatisticReportController{},
 				&controllers.StatisticYbLogController{},
 				&controllers.StatisticYbLogController{},
 				&controllers.StatisticReportCommonController{},
 				&controllers.StatisticReportCommonController{},
-				&controllers.ReportUploadCommonController{},
 			),
 			),
 		),
 		),
 		web.NSNamespace("/voice",
 		web.NSNamespace("/voice",