Commit eda14a8e authored by clone's avatar clone

bug

parent 95da7029
...@@ -153,6 +153,7 @@ class AppointmentTime extends Basic ...@@ -153,6 +153,7 @@ class AppointmentTime extends Basic
$where_["status"] = array( "in", array( "0,1" ) ); $where_["status"] = array( "in", array( "0,1" ) );
$where_["user_id"] = array( "eq", $params["user_id"] ); $where_["user_id"] = array( "eq", $params["user_id"] );
$where_["applies_id"] = 0;
$result = $this->appointmentTimeModel->getAppointWatchShopList($pageNo, $pageSize, "id desc", $field, $where_); $result = $this->appointmentTimeModel->getAppointWatchShopList($pageNo, $pageSize, "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