Commit 96cf15d0 authored by tufengqi's avatar tufengqi

redis key构建修改

parent 01834726
...@@ -8,6 +8,6 @@ class DefaultBaseImpl ...@@ -8,6 +8,6 @@ class DefaultBaseImpl
{ {
public static function getTableKey($prefix_tag, $table_name, $key) public static function getTableKey($prefix_tag, $table_name, $key)
{ {
return $prefix_tag . TableConstant::$table_name . $key; return $prefix_tag . $table_name . $key;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment