Commit 78fdcfec authored by clone's avatar clone

注释

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