Commit ac39905b authored by hujun's avatar hujun

公告

parent 64fda283
......@@ -63,8 +63,9 @@ class Notice extends Basic
$data['list'] = $this->m_push->getListAgent($pageNo, $pageSize, 'id DESC', $field, $where);
$m_file = new SFile();
$file_name = [];
foreach ($data['list'] as $k => $v){
$file_name = [];
$file_data = $m_file->getFileList('id,file_name', ['new_id'=>$v['id'], 'type'=>2]);
if (!empty($file_data)) {
foreach ($file_data as $k2=>$v2) {
......
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