Commit f03dd73d authored by hujun's avatar hujun

house_id

parent 2adf9d02
...@@ -357,8 +357,8 @@ class AppointmentTime extends Basic ...@@ -357,8 +357,8 @@ class AppointmentTime extends Basic
// $where['user_id'] = 91; // $where['user_id'] = 91;
$where['status'] = 0; $where['status'] = 0;
$where['type'] = ['in', '0,3']; $where['type'] = ['in', '0,3'];
$field = 'id,operation_id,house_id,message,type';
$id = $m_push->getListByWhere('id,operation_id,message,type', $where, 1, 1); $id = $m_push->getListByWhere($field, $where, 1, 1);
if (empty($id[0]['id'])) { if (empty($id[0]['id'])) {
$data['is_alert'] = 0; $data['is_alert'] = 0;
......
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