This commit is contained in:
lenheart
2024-10-02 21:00:21 +08:00
parent 7f547f5fd4
commit 2d6e633410
16 changed files with 736 additions and 36 deletions

View File

@@ -231,8 +231,8 @@ class MysqlPool {
}
function GetInstance() {
// if (!(getroottable().rawin("_MysqlPoolObject"))) MysqlPool();
MysqlPool();
if (!(getroottable().rawin("_MysqlPoolObject"))) MysqlPool();
// MysqlPool();
return getroottable()._MysqlPoolObject;
}