odt增加文件名
This commit is contained in:
parent
21590fc4d8
commit
ce4047864f
|
@ -578,7 +578,7 @@ class ServiceController extends Zend_Controller_Action
|
|||
@$odf->setVars('east',$row['east'],true,'utf-8');
|
||||
$odf->setImage('bigthumb', 'http://test.westgis.ac.cn/service/bigthumb/uuid/'.$row['uuid']);
|
||||
$odf->setImage('thumb', 'http://test.westgis.ac.cn/service/thumb/uuid/'.$row['uuid']);
|
||||
$odf->exportAsAttachedFile();
|
||||
$odf->exportAsAttachedFile($row['title'].'.odt');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue