Commit fd518c3e by feixiang

打印信息

parent 3efc775e
......@@ -43,6 +43,7 @@ class Query
//获取分表名
$tableName = $tableName.'_'.self::getDbNum($className);
var_dump($tableName, self::getDbNum($className),'实体');
//设置分表类型
$query->selectInstance($entityCollector[$className]['instance']);
......@@ -50,6 +51,7 @@ class Query
} elseif ($map = array_flip($collector['map']) && isset($map[$tableName]) ) { //非实体
$tableName = $tableName.'_'.self::getDbNum($map[$tableName]);
var_dump($tableName, self::getDbNum($map[$tableName]),'正常');
}
......
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