DengBiao 8 mesi fa
parent
commit
78f7f35b6a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/admin/hdl/hdl_home_page.go

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

@@ -82,7 +82,7 @@ func HomePageIndex(c *gin.Context) {
return
}
if mapArr5 != nil {
totalSelfSupportForSchoolUserIdentityNums = utils.StrToInt(mapArr4[0]["total"])
totalSelfSupportForSchoolUserIdentityNums = utils.StrToInt(mapArr5[0]["total"])
}

e.OutSuc(c, map[string]interface{}{


Caricamento…
Annulla
Salva