mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
warning bug fix
This commit is contained in:
parent
f5d5929cb9
commit
ea79de617e
@ -85,7 +85,7 @@ class DB
|
||||
* @throws DbException
|
||||
*/
|
||||
public static function rawQuery(string $line, $params = [], $fetch_mode = ZM_DEFAULT_FETCH_MODE) {
|
||||
Console::debug("MySQL: ".$line." | ". implode(", ", $params));
|
||||
Console::debug("MySQL: ".$line." | ". implode(", ", array($params)));
|
||||
try {
|
||||
$conn = SqlPoolStorage::$sql_pool->get();
|
||||
if ($conn === false) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user