shish 2 years ago
parent
commit
1defb27928
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app-ghs/controllers/OrderItemController.php

+ 2 - 0
app-ghs/controllers/OrderItemController.php

@@ -53,6 +53,8 @@ class OrderItemController extends BaseController
             $info->xhUnitPrice = $xhUnitPrice;
             $info->save();
         }
+        $order->bookSavePrice = 1;
+        $order->save();
         util::complete();
     }