Commit bf6f3dec by feixiang

分表

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