Commit d85f113b authored by hujun's avatar hujun

house_id

parent 28accb44
...@@ -354,7 +354,7 @@ class AppointmentTime extends Basic ...@@ -354,7 +354,7 @@ class AppointmentTime extends Basic
try { try {
$m_push = new OPushMessageModel(); $m_push = new OPushMessageModel();
$where['user_id'] = $this->userId; $where['user_id'] = $this->userId;
// $where['user_id'] = 91; // $where['user_id'] = 3;
$where['status'] = 0; $where['status'] = 0;
$where['type'] = ['in', '0,3']; $where['type'] = ['in', '0,3'];
$field = 'id,operation_id,house_id,message,type'; $field = 'id,operation_id,house_id,message,type';
...@@ -368,6 +368,8 @@ class AppointmentTime extends Basic ...@@ -368,6 +368,8 @@ class AppointmentTime extends Basic
$data['name'] = $id[0]['message']; $data['name'] = $id[0]['message'];
$data['is_alert'] = 1; $data['is_alert'] = 1;
$data['type'] = $id[0]['type']; $data['type'] = $id[0]['type'];
$data['operation_id'] = $id[0]['operation_id'];
$data['house_id'] = $id[0]['house_id'];
} }
......
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