menu 贺大礼(乱丶心)的博客
thinkphp phpstorm设置事务模版
52 浏览 | 2024-11-26 | 阅读时间: 约 1 分钟 | 分类: 前端 | 标签:

代码模板

Db::startTrans();
try {
    $END$
} catch (\Exception $e) {
    Db::rollback();
    Log::error('事务执行失败!' . $e->getMessage() . $e->getTraceAsString());
    throw new ApiException($e->getMessage());
}
Db::commit();
return true;
知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议

发表评论

email
web

全部评论 (暂无评论)

info 还没有任何评论,你来说两句呐!