update
This commit is contained in:
parent
74fa700021
commit
18a56f0b8b
@ -524,7 +524,7 @@ class VehicleController extends BaseApiController
|
|||||||
return ['code'=>0,'msg'=>'非镇街公司不能访问'];
|
return ['code'=>0,'msg'=>'非镇街公司不能访问'];
|
||||||
}
|
}
|
||||||
$data = VehicleContract::field('id,contract_no,file,status,create_time,update_time')->where('contract_logistic_id','<>',0)->where('company_b_id',$company['id'])->select();
|
$data = VehicleContract::field('id,contract_no,file,status,create_time,update_time')->where('contract_logistic_id','<>',0)->where('company_b_id',$company['id'])->select();
|
||||||
return $this->success('请求成功',$data);
|
return $this->success('请求成功',$data->toArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function sendSms($id,$title) {
|
public function sendSms($id,$title) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user