瀏覽代碼

update

add_mode
DengBiao 1 年之前
父節點
當前提交
53e4498ab0
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      app/customer/hdl/hdl_user.go

+ 3
- 1
app/customer/hdl/hdl_user.go 查看文件

@@ -80,7 +80,9 @@ func UserInfo(c *gin.Context) {
e.OutErr(c, e.ERR, err2.Error())
return
}
tmp["parent_logon_id"] = info.ParentLogonId
if info != nil {
tmp["parent_logon_id"] = info.ParentLogonId
}
}

if v.UserIdentity.Identity == enum.UserIdentityForSelfSupportForWorker {


Loading…
取消
儲存