|
@@ -346,9 +346,7 @@ class ROrderController extends AdminController{
|
|
$order->technicians = $technicians;
|
|
$order->technicians = $technicians;
|
|
|
|
|
|
// var_dump($order->technicians);exit;
|
|
// var_dump($order->technicians);exit;
|
|
- $arr_order = array('cancel_time','refund_time','finish_time','status','booking_time','deal_time','remark', 'station', 'technicians');
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ $arr_order = array('_id','cancel_time','refund_time','finish_time','status','booking_time','deal_time','remark', 'station', 'technicians');
|
|
$success = $order->save(true,$arr_order);
|
|
$success = $order->save(true,$arr_order);
|
|
|
|
|
|
// 通知保洁师
|
|
// 通知保洁师
|