소스 검색

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 {


불러오는 중...
취소
저장