edit-admin-pay_log
This commit is contained in:
@@ -922,6 +922,8 @@ class Orders extends HD_Controller
|
||||
$this->load->service('apporder/payment_service', array('app_id' => 1));
|
||||
$result = $this->payment_service->after_pay_liche($sid,$money,'',$pay_time);
|
||||
}
|
||||
//更新客户为订单客户
|
||||
$this->customers_model->update(['status'=>2],['id'=>$row['rid']]);
|
||||
return $this->show_json(SYS_CODE_SUCCESS, '保存成功');
|
||||
}
|
||||
$ck_row = $this->order_ckcars_model->get(['o_id'=>$id]);
|
||||
|
||||
Reference in New Issue
Block a user