表情处理
This commit is contained in:
@@ -67,7 +67,7 @@ class ChatGroup extends BaseModel
|
||||
Db::commit();
|
||||
}catch (\Throwable $exception) {
|
||||
Db::rollback();
|
||||
Log::info('创建店铺错误 ' . $exception->getMessage() . '---' . $exception->getFile() . '-----' . $exception->getLine());
|
||||
Log::info('创建店铺错误 ' . $exception->getTraceAsString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user