Commit c6442f6c authored by clone's avatar clone

bug

parent a6cec67d
...@@ -251,7 +251,7 @@ class AppointmentTime extends Basic ...@@ -251,7 +251,7 @@ class AppointmentTime extends Basic
*/ */
public function getWaitListV2($pageNo, $pageSize, $params) public function getWaitListV2($pageNo, $pageSize, $params)
{ {
$field = "a.id,a.report_agent_phone as phone,a.report_agent_id as agents_id,a.predict_see_time as expect_time,b.house_id, $field = "a.id,a.report_agent_phone as phone,a.report_agent_id as agents_id,b.house_id,a.predict_see_time as expect_time,
d.external_title as house_title,d.residue_num as room_num_left,d.external_image_id"; d.external_title as house_title,d.residue_num as room_num_left,d.external_image_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