Commit 265551ba authored by tufengqi's avatar tufengqi

simple cahce fix

parent 96cf15d0
...@@ -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 . $table_name . $key; return $prefix_tag . $table_name . TableConstant::CONNECTOR_TAG . $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