From 3a717d44d9852920157729982160376858458ed0 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 12 Mar 2021 17:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9chargetab/readdataexcel?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E7=9A=84=E6=96=B9=E6=B3=95=20=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9Echargetab/readtypeexcel=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/routes/routes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")