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
abbf9de5
authored
Jul 28, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
a9ba5692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cmd/queue/update_user_sale/main.go
cmd/queue/update_user_sale/main.go
View file @
abbf9de5
...
...
@@ -121,7 +121,7 @@ func handle(userId,saleId int)(result bool) {
var
sale_name
string
dao
.
GetCmsDb
()
.
QueryRowx
(
"select name from user_info where userId = ?"
,
saleId
)
.
Scan
(
&
sale_name
)
remark
:=
"分配客服,客服ID:"
+
strconv
.
Itoa
(
saleId
)
+
"客服名称:"
+
sale_name
remark
:=
"分配客服,客服ID:"
+
strconv
.
Itoa
(
saleId
)
+
"
,
客服名称:"
+
sale_name
// 公司审核申请人为空时,修改申请人
res
,
_
:=
dao
.
GetDb
()
.
Exec
(
"update lie_invoice_com_apply set apply_admin = ?, apply_admin_id = ?, update_time = ? where user_id = ? and status = ? and apply_admin_id = ?"
,
...
...
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