$field="a.id,a.phpone as phone,a.agent_id as agents_id,a.receptiontime as expect_time,a.house_id,b.title as house_title,b.room_num_left,IFNULL(1,1) as is_evaluate";
$field="a.id,a.phpone as phone,a.agent_id as agents_id,a.receptiontime as expect_time,a.house_id,b.title as house_title,b.room_num_left";
$where_["a.receptiontime"]=array("neq","null");
$where_["a.receptiontime"]=array("neq","null");
$where_["a.phpone"]=array("eq",$params["phone"]);
$where_["a.phpone"]=array("eq",$params["phone"]);
...
@@ -185,9 +185,10 @@ class AppointmentTime extends Basic
...
@@ -185,9 +185,10 @@ class AppointmentTime extends Basic