Browse Source

update

master
dengbiao 5 months ago
parent
commit
15e9db9dd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/svc_sys_cfg_get.go

+ 1
- 1
app/svc/svc_sys_cfg_get.go View File

@@ -37,7 +37,7 @@ func SysCfgFindComm(keys ...string) map[string]string {
sysCfgDb.Set() sysCfgDb.Set()
res := map[string]string{} res := map[string]string{}


cfgKey := fmt.Sprintf("%s:cfg_cache")
cfgKey := fmt.Sprintf("bakery")


err := cache.GetJson(cfgKey, &res) err := cache.GetJson(cfgKey, &res)
if err != nil || len(res) == 0 { if err != nil || len(res) == 0 {


Loading…
Cancel
Save