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
2a126a3f
authored
May 07, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
e3c1fe0b
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 @
2a126a3f
...
...
@@ -101,7 +101,7 @@ func InsertMemberUser(memberInfo model.MemberAddUserData)bool {
curr_time
:=
time
.
Now
()
.
Unix
()
// 若是线下用户,则新增跟进用户任务
if
memberInfo
.
Channel_type
==
2
||
memberInfo
.
Channel_type
==
3
{
if
memberInfo
.
Sale_Id
!=
0
&&
(
memberInfo
.
Channel_type
==
2
||
memberInfo
.
Channel_type
==
3
)
{
var
task_setup
model
.
TaskSetup
dao
.
GetNewDb
()
.
Get
(
&
task_setup
,
"select * from lie_task_setup where task_type = ?"
,
10
)
...
...
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