Commit 83653517 authored by hujun's avatar hujun

独家合同上传

parent ae7892b9
......@@ -879,6 +879,9 @@ class GHouses extends BaseModel
$exclusive_file = $m_house_file->getHouseFileAll('id,file_name', $house_file_where);
if ($exclusive_file) {
foreach ($exclusive_file as $k=>$v) {
$exclusive_file[$k]['file_name'] = '/static/exclusive_file/'.$v['file_name'];
}
$return['exclusive_file'] = $exclusive_file;
} else {
$return['exclusive_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