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
e5cd0dcc
authored
Apr 12, 2021
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交代码
parent
d2e12805
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
internal/logic/crm_user.go
internal/logic/crm_user.go
View file @
e5cd0dcc
...
...
@@ -82,7 +82,7 @@ func InsertMemberUser(memberInfo model.MemberAddUserData)bool {
}
//插入用户关联关系 20200406新增
insertResult
,
err
=
dbTran
.
Exec
(
INSERTINVOICECOMUSER
,
memberInfo
.
Com_Id
,
memberInfo
.
User_Id
,
memberInfo
.
Sale_Id
,
memberInfo
.
Channel_type
,
memberInfo
.
Create_Time
)
insertResult
,
err
=
dbTran
.
Exec
(
INSERTINVOICECOMUSER
,
0
,
memberInfo
.
User_Id
,
memberInfo
.
Sale_Id
,
memberInfo
.
Channel_type
,
memberInfo
.
Create_Time
)
if
err
!=
nil
{
service
.
WriteErrDetail
(
"插入用户数据错误:插入用户关联关系"
+
err
.
Error
())
err
=
dbTran
.
Rollback
()
...
...
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