Commit 78fdcfec authored by clone's avatar clone

注释

parent 75758930
...@@ -247,7 +247,6 @@ class AppointmentTime extends Basic ...@@ -247,7 +247,6 @@ class AppointmentTime extends Basic
$where_["c.id"] = array('EXP','IS NULL'); $where_["c.id"] = array('EXP','IS NULL');
$result = $this->reportModel->getWaitToSeeList($pageNo, $pageSize, "id desc", $field, $where_); $result = $this->reportModel->getWaitToSeeList($pageNo, $pageSize, "id desc", $field, $where_);
dump($result);
//获取图片信息 //获取图片信息
foreach ($result as $key => $val) { foreach ($result as $key => $val) {
$result[$key]["api_path"] = IMG_PATH; $result[$key]["api_path"] = IMG_PATH;
......
...@@ -523,7 +523,7 @@ class OReportModel extends Model ...@@ -523,7 +523,7 @@ class OReportModel extends Model
->limit($pageSize) ->limit($pageSize)
->page($pageNo) ->page($pageNo)
->select(); ->select();
echo $this->getLastSql(); //echo $this->getLastSql();
return $data; return $data;
} }
} }
\ No newline at end of file
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