php 事务提交

 
 
M()->startTrans();//开启事务
if(true){
    M()->commit();//事务提交
}else{
    M()->rollback();//事务回滚
}

おすすめ

転載: blog.csdn.net/qq_21041889/article/details/119609107