正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -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 | //确认人(甲方或乙方) |
-
请 注册 或 登录 后发表评论