Commit bcb1869b authored by hujun's avatar hujun

video_image

parent e98dc6fd
...@@ -207,7 +207,7 @@ class JobTask ...@@ -207,7 +207,7 @@ class JobTask
$pageTotal = ceil($total / $pageSize); $pageTotal = ceil($total / $pageSize);
$path = ROOT_PATH.'public/resource/lib/Attachments/video/'; $path = ROOT_PATH.'public/resource/lib/Attachments/video/';
for ($pageNo = 1; $pageNo <= $pageTotal; $pageNo++) { for ($pageNo = 1; $pageNo <= $pageTotal; $pageNo++) {
$data = $m_house_video->getList($pageNo, $pageSize, '', 'id,video_name,video_images', $where); $data = $m_house_video->getList($pageNo, $pageSize, '', 'id,video_name,video_image', $where);
foreach ($data as $k=>$v) { foreach ($data as $k=>$v) {
$del_file = $path.$v['video_name']; $del_file = $path.$v['video_name'];
$del_file_img = $path.$v['video_images']; $del_file_img = $path.$v['video_images'];
......
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