Commit bf6f3dec by feixiang

分表

parent 458e1f82
...@@ -98,7 +98,7 @@ class CommonEntity extends Model ...@@ -98,7 +98,7 @@ class CommonEntity extends Model
if ( if (
( (
false !== strpos($commentString,"{split}") false !== strpos($commentString,"{split}")
|| false !== strpos($commentString,"@Split()") || false !== strpos($commentString,"@Split")
) )
&& !App::$isInTest) { && !App::$isInTest) {
$dbNum = self::getDbNum(); $dbNum = self::getDbNum();
......
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