Commit 229083bf authored by hujun's avatar hujun

type

parent ab91aecb
...@@ -348,6 +348,7 @@ class AppointmentTime extends Basic ...@@ -348,6 +348,7 @@ class AppointmentTime extends Basic
$where['user_id'] = $this->userId; $where['user_id'] = $this->userId;
// $where['user_id'] = 122; // $where['user_id'] = 122;
$where['status'] = 0; $where['status'] = 0;
$where['type'] = 0;
$id = $m_push->getListByWhere('id,operation_id,message', $where, 1, 1); $id = $m_push->getListByWhere('id,operation_id,message', $where, 1, 1);
......
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