表情处理

This commit is contained in:
2025-12-05 16:54:48 +08:00
parent 3c9f142644
commit c6ffd65ae4

View File

@@ -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());
} }
} }