修改签字版pdf文件读取路径
This commit is contained in:
parent
68004bd83e
commit
013b2cdb32
|
@ -230,7 +230,7 @@ class Admin_DownController extends Zend_Controller_Action
|
|||
|
||||
$sql="select applicationform as pdflink from offlineapp where id=?";
|
||||
$row=$this->db->fetchRow($sql,array($start));
|
||||
$filecontent=file_get_contents($this->view->config->offline->savepath."/".$row['pdflink']);
|
||||
$filecontent=file_get_contents($row['pdflink']);
|
||||
|
||||
//对每条数据的管理员用户发送相应的邮件通知,同一用户的邮件需要合并
|
||||
//需要取出对应数据的标题、uuid,以及对应的作者的email(一条数据可能有多个作者,一次申请可能有多条数据对应同一个作者)
|
||||
|
|
Loading…
Reference in New Issue