作者 jinglong
1 个管道 的构建 通过 耗费 39 秒

修改维修改造发起人

@@ -1870,6 +1870,9 @@ class CommonController extends RestBaseController @@ -1870,6 +1870,9 @@ class CommonController extends RestBaseController
1870 //获取身份甲方或者乙方 1870 //获取身份甲方或者乙方
1871 $user = $this->getIdentity($user['identity'],$user['id']); 1871 $user = $this->getIdentity($user['identity'],$user['id']);
1872 $arr['user_login']['party'] = $user['party']; 1872 $arr['user_login']['party'] = $user['party'];
  1873 + }else{
  1874 + $arr['user_login']['user'] = '';
  1875 + $arr['user_login']['party'] = '';
1873 } 1876 }
1874 1877
1875 //确认人(甲方或乙方) 1878 //确认人(甲方或乙方)