修复申请方式的错误判断

This commit is contained in:
wlx 2015-02-03 08:33:14 +00:00
parent 508b076a38
commit 1486e47ad4
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ class ServiceController extends Zend_Controller_Action
@$odf->setVars('south',$row['south'],true,'utf-8');
@$odf->setVars('west',$row['west'],true,'utf-8');
@$odf->setVars('east',$row['east'],true,'utf-8');
@$odf->setVars('service',$row['datatype']?'在线下载':'离线申请',true,'utf-8');
@$odf->setVars('service',$row['datatype']?'离线申请':'在线下载',true,'utf-8');
//@$odf->setImage('bigthumb', 'http://'.$_SERVER['SERVER_NAME'].'/service/bigthumb/uuid/'.$row['uuid']);
@$odf->setImage('thumb', 'http://'.$_SERVER['SERVER_NAME'].'/service/thumb/uuid/'.$row['uuid']);
@$odf->setImage('qrcode', 'http://'.$_SERVER['SERVER_NAME'].'/service/qrcode/uuid/'.$row['uuid']);