Commit 827f7787 authored by hujun's avatar hujun

video_image

parent 403ab914
......@@ -210,7 +210,7 @@ class JobTask
$data = $m_house_video->getList($pageNo, $pageSize, '', 'id,video_name,video_image', $where);
foreach ($data as $k=>$v) {
$del_file = $path.$v['video_name'];
$del_file_img = $path.$v['video_images'];
$del_file_img = $path.$v['video_image'];
@unlink($del_file);
@unlink($del_file_img);
if (!file_exists($del_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