Commit d9af218b authored by hujun's avatar hujun

1

parent 670b59e5
......@@ -46,7 +46,7 @@ class AppointmentShop extends Basic
$page_no = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$page_size = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
$field = 'a.id,a.house_id,a.appellation,a.phone,a.expect_time,a.other_require,b.create_time,';
$field = 'a.id,a.house_id,a.appellation,a.phone,a.expect_time,a.other_require,a.create_time,';
$field .= 'b.user_name,b.id as use_id,a.applies_id';
try {
$list = $this->m_watch->getAppointWatchOur($page_no, $page_size, 'a.id desc', $field, $where);
......
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