소스 검색

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 {


불러오는 중...
취소
저장