Browse Source

update

tmp
DengBiao 11 months ago
parent
commit
c176fc2b92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/hdl/hdl_home_page.go

+ 1
- 1
app/admin/hdl/hdl_home_page.go View File

@@ -87,7 +87,7 @@ func HomePageIndex(c *gin.Context) {

e.OutSuc(c, map[string]interface{}{
"data": map[string]interface{}{
"todayIncome": todayIncome,
"todayIncome": utils.Float64ToStr(todayIncome),
"totalCentralKitchenForSchoolNums": totalCentralKitchenForSchoolNums,
"totalCentralKitchenForFactoryNums": totalCentralKitchenForFactoryNums,
"totalSelfSupportForSchoolNums": totalSelfSupportForSchoolNums,


Loading…
Cancel
Save