在PDF类中添加了dataservice相关数据的页面操作,dataservice中添加了wsn数据读取时登录的判断

This commit is contained in:
Li Jianxuan 2013-09-05 01:50:29 +00:00
parent dc7be636fa
commit 48ea533412
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ class ApplicantPDF extends FPDI
public $heihetemplate;//模板文件的路径
public $data;//包含具体的数据,数组
public $fontsize=10;
public $pdflink;
function __construct()
{
parent::__construct();

View File

@ -76,8 +76,8 @@ class DataService
if($type == 'submit')
{
$param_temp = array(
//'uuid'=>$uuid,
'uuid'=> 'b7beb8bf-58d9-4e58-a945-7b6e1dc7705f', ///TEST TEST TEST
'uuid'=>$uuid,
//'uuid'=> 'b7beb8bf-58d9-4e58-a945-7b6e1dc7705f', ///TEST TEST TEST
'uid'=> view::User('id'),
);
$param = array_merge($param,$param_temp);