Commit 394807fff7aee9f0df2cae82a289ed5502d155eb
1 parent
a92d1752
-Exit order fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
controllers/OrderController.php
@@ -575,7 +575,7 @@ | @@ -575,7 +575,7 @@ | ||
575 | 575 | ||
576 | $model->edit_time = 0; | 576 | $model->edit_time = 0; |
577 | $model->edit_id = 0; | 577 | $model->edit_id = 0; |
578 | - $model->save(); | 578 | + $model->save(false, ['edit_time', 'edit_id']); |
579 | } | 579 | } |
580 | 580 | ||
581 | public function actionPublishOrder($id, $phone) | 581 | public function actionPublishOrder($id, $phone) |