Commit 3c2daab2 authored by hujun's avatar hujun

Merge branch 'test'

parents 5dd53132 dd77fe17
......@@ -1051,7 +1051,7 @@ class HouseService
$result_[$k]['upload_name'] = $v['upload_name'];
$result_[$k]['upload_phone'] = $v['upload_phone'];
$result_[$k]['video_image'] = $v['video_image'] ? $internet_path . $v['video_image'] : '';
$result_[$k]['video_path'] = $v['video_path'] ? $internet_path . $v['video_path'] : '';
$result_[$k]['video_path'] = $v['video_name'] ? $internet_path . $v['video_name'] : '';
$result_[$k]['create_time'] = $v['create_time'];
$result_[$k]['check_time'] = $v['check_time'];
}
......
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