|
|
@@ -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 { |
|
|
|