Commit abc30fdc authored by hezhen's avatar hezhen

123

parent 8e31535c
...@@ -132,7 +132,7 @@ $user_id = $_GPC['user_id']; ...@@ -132,7 +132,7 @@ $user_id = $_GPC['user_id'];
$to_uid = $_GPC['to_uid']; $to_uid = $_GPC['to_uid'];
$goods_id = $_GPC['id']; $goods_id = $_GPC['id'];
//1:旅游,2租车,3营地 //1:旅游,2租车,3营地
$type = $_GPC['type']; $type = $_GPC['_type'];
$userInfo=pdo_get('longbing_company_user',array('id'=>$user_id,'uniacid'=>$_W['uniacid'])); $userInfo=pdo_get('longbing_company_user',array('id'=>$user_id,'uniacid'=>$_W['uniacid']));
$destination_folder = '/images' . ('/longbing_company/' . $_W['uniacid']); $destination_folder = '/images' . ('/longbing_company/' . $_W['uniacid']);
if ($userInfo&&$userInfo['platform_userid']){ if ($userInfo&&$userInfo['platform_userid']){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment