浏览代码

update

master
dengbiao 5 个月前
父节点
当前提交
15e9db9dd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/svc/svc_sys_cfg_get.go

+ 1
- 1
app/svc/svc_sys_cfg_get.go 查看文件

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

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

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


正在加载...
取消
保存