Commit c7ca80e5 authored by tufengqi's avatar tufengqi

fix bug

parent b702d738
......@@ -15,7 +15,7 @@ class DefaultBaseImpl
{
return $db_name . TableConstant::CONNECTOR_TAG . $table_name;
}
public static function checkTable($db_name, $table)
public static function checkTable($db_name, $table_name)
{
if (!isset(TableConstant::$table_list[$db_name . TableConstant::CONNECTOR_TAG . $table_name])) {
throw new Exception('hash table is not defined');
......
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