|
@@ -164,7 +164,7 @@ class Stage extends Base{
|
|
|
|
|
|
$stageSte=$stage->save();
|
|
|
if(!$stageSte) throw new \Exception("更新付款申请状态失败");
|
|
|
- $this->model->rollback();
|
|
|
+ $this->model->commit();
|
|
|
}catch (\Exception $e){
|
|
|
$this->model->rollback();
|
|
|
return error($e->getMessage());
|