Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
crm_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fd22618f
authored
Apr 24, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去除错误
parent
08c8e88a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
internal/logic/member_user.go
internal/logic/member_user.go
View file @
fd22618f
...
...
@@ -74,9 +74,9 @@ func HandleData(MemberUserInfo model.MemberAddUserData) model.MemberAddUserData{
MemberUserInfo
.
Sale_Id
=
saleId
}
if
MemberUserInfo
.
Userinfo_Sale_Id
!=
0
{
MemberUserInfo
.
Sale_Id
=
MemberUserInfo
.
Userinfo_Sale_Id
}
//
if MemberUserInfo.Userinfo_Sale_Id != 0{
//
MemberUserInfo.Sale_Id = MemberUserInfo.Userinfo_Sale_Id
//
}
// 个人转化为贸易商
if
MemberUserInfo
.
Type_Id
==
0
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment