|
@@ -304,6 +304,7 @@ class Repair extends Base_Controller
|
|
|
// if ($role == COMPANY_CUSTOMER) {
|
|
|
// exit(json_result('0011',$this->response['0011'],array()));
|
|
|
// }
|
|
|
+ $where['id'] = $this->input->post('id',true);
|
|
|
|
|
|
$data['repair_userid'] = $this->input->post('repair_id',true); // 维修人员id
|
|
|
$data['repair_path'] = $this->input->post('address',true); // 维修路段
|