提交 5b071f00 authored 作者: chengye's avatar chengye

modify config file

上级 530cdc7c
......@@ -2,10 +2,10 @@
return
[
'encrypt_key'=>'INJq4HXEGI',
'base_url'=>'http://chengye-dev-jz.gonn.tech/',
'base_url'=>'http://jz-test.gonn.tech/',
'redis_host'=>'192.168.1.71',
'redis_port'=>'6379',
'url' => 'http://chengye-dev.gonn.tech/', //系统URL'title' => '广厦网络OA办公系统(chengye-dev)', //系统默认标题
'url' => 'http://oa-test.gonn.tech/', //系统URL'title' => '广厦网络OA办公系统(chengye-dev)', //系统默认标题
'apptitle' => '广厦网络OA(chengye-dev)', //APP上和手机网页版上的标题
'db_host' => '192.168.1.71:33336', //数据库地址
'db_user' => 'chengye', //数据库用户名
......
......@@ -26,7 +26,7 @@ class openfkinfoClassAction extends openapiAction
$info ='select * from [Q]c_fund_details_fk where mid='.$value['id'];
$info = $this->db->getall($info);
$data[$key]['info']=$info;
$data[$key]['url']="http://chengye-dev.gonn.tech/task.php?a=p&num=oafk&mid=".$value['id'];
$data[$key]['url']="http://oa-test.gonn.tech/task.php?a=p&num=oafk&mid=".$value['id'];
}
}else{
$data = $this->db->getall('select * from oa_c_fininfom_oafk as a INNER JOIN oa_flow_bill as b on a.docnum=b.sericnum ');
......@@ -34,7 +34,7 @@ class openfkinfoClassAction extends openapiAction
$info ='select * from [Q]c_fund_details_fk where mid='.$value['id'];
$info = $this->db->getall($info);
$data[$key]['info']=$info;
$data[$key]['url']="http://chengye-dev.gonn.tech/task.php?a=p&num=oafk&mid=".$value['id'];
$data[$key]['url']="http://oa-test.gonn.tech/task.php?a=p&num=oafk&mid=".$value['id'];
}
}
return $this->showreturn($data,'SUCCESS','200');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论