Commit 59db75c7 authored by hujun's avatar hujun

返回修改

parent 37c41628
...@@ -115,11 +115,11 @@ class AppointmentShop extends Basic ...@@ -115,11 +115,11 @@ class AppointmentShop extends Basic
$fields = 'id,agents_id,house_title,house_id,expect_time,user_id,other_require,appellation'; $fields = 'id,agents_id,house_title,house_id,expect_time,user_id,other_require,appellation';
$where['id'] = $this->params['watch_id']; $where['id'] = $this->params['watch_id'];
$where['is_cancel'] = 0; $where['is_cancel'] = 0;
$where['applies_id'] = ['>', 0]; $where['applies_id'] = 0;
$appoint_data = $appoint_watch->getAppointInfo($fields, $where); $appoint_data = $appoint_watch->getAppointInfo($fields, $where);
if (empty($appoint_data['id'])) { if (empty($appoint_data['id'])) {
return $this->response(101, '没有预约铺经纪人信息'); return $this->response(101, '没有预约铺经纪人信息');
} }
$agent = new AAgents(); $agent = new AAgents();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment