Browse Source

删除返回结构体文件

pull/2/head
zhangxin 4 years ago
parent
commit
4f466bf311
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      web/routes/routes.go

+ 3
- 2
web/routes/routes.go View File

@ -157,7 +157,7 @@ func Hub(app *iris.Application) {
//收费记录表
chargetab := admin.Party("/chargetab")
chargetab.Get("/listpage", controllers.GetChargetabList)
chargetab.Get("/listpage", controllers.GetChargeArrearageData)
chargetab.Get("/datapage", controllers.GetChargetabListPage)
chargetab.Get("/selectinfo", controllers.GetChargetab)
chargetab.Get("/totalyear", controllers.GetChargetabByYear)
@ -169,7 +169,8 @@ func Hub(app *iris.Application) {
chargetab.Delete("/del", controllers.DelChargetab)
chargetab.Get("/recordlist", controllers.GetRecordLogList)
chargetab.Get("/statistic", controllers.GetChargeStatisticData)
chargetab.Get("/statistic/type", controllers.GetChargeTypeStatisticData)
chargetab.Get("/type/list", controllers.GetChargeTypeData)
//chargetab.Get("/arrearage/list", controllers.GetChargeArrearageData)
// 固定资产
assettab := admin.Party("/assettab")


Loading…
Cancel
Save