修复rediskey
parent
87b9717e45
commit
cd5d3555a7
|
|
@ -8,7 +8,7 @@ public class OverallCacheService extends com.cowr.ssjygl.overall.OverallService
|
||||||
public static final String tablename = "overall";
|
public static final String tablename = "overall";
|
||||||
|
|
||||||
public String redisbasekey() {
|
public String redisbasekey() {
|
||||||
return Config.dbprop.get("database.basekey") + Const.REDIS_SEPARATE + tablename + Const.REDIS_SEPARATE;
|
return Config.dbprop.get("redis.basekey") + Const.REDIS_SEPARATE + tablename + Const.REDIS_SEPARATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String rediskey(Object key) {
|
public String rediskey(Object key) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue