diff --git a/web/routes/routes.go b/web/routes/routes.go index 8f849f8..a9f23bc 100644 --- a/web/routes/routes.go +++ b/web/routes/routes.go @@ -165,12 +165,12 @@ func Hub(app *iris.Application) { chargetab.Get("/readexcel", controllers.GetChargetabReadExcel) chargetab.Get("/readbuildexcel", controllers.GetChargetabReadBuildingExcel) chargetab.Get("/readyearexcel", controllers.GetChargetabReadYearExcel) - chargetab.Get("/readdataexcel", controllers.GetChargetabReadDataExcel) + chargetab.Get("/readdataexcel", controllers.ExportChargeArrearageExcel) chargetab.Delete("/del", controllers.DelChargetab) chargetab.Get("/recordlist", controllers.GetRecordLogList) chargetab.Get("/statistic", controllers.GetChargeStatisticData) chargetab.Get("/type/list", controllers.GetChargeTypeData) - //chargetab.Get("/arrearage/list", controllers.GetChargeArrearageData) + chargetab.Get("/readtypeexcel", controllers.ExportChargeTypeExcel) // 固定资产 assettab := admin.Party("/assettab")