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