Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
efe68b8f
Commit
efe68b8f
authored
Jun 22, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
5b967f0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
center-manage/app/base/service/impl/common/channelhandlers/tx.js
+12
-2
No files found.
center-manage/app/base/service/impl/common/channelhandlers/tx.js
View file @
efe68b8f
...
...
@@ -14,12 +14,13 @@ class TxHandler {
console
.
log
(
"put in queue"
,
datajson
);
try
{
//获取分配的业务员信息
var
salesmanInfo
=
await
this
.
userService
.
getBizUserForBizChance
(
datajson
.
actionBody
.
ContactsMoblie
,
datajson
.
actionBody
.
ServicerName
,
datajson
.
actionBody
.
ConsultTypeName
,
datajson
.
actionBody
.
RegionName
);
var
ConsultTypeName
=
datajson
.
actionBody
.
ConsultTypeName
.
split
(
"/"
)[
2
];
var
salesmanInfo
=
await
this
.
userService
.
getBizUserForBizChance
(
datajson
.
actionBody
.
ContactsMoblie
,
datajson
.
actionBody
.
ServicerName
,
ConsultTypeName
,
datajson
.
actionBody
.
RegionName
);
console
.
log
(
"salesman "
+
salesmanInfo
);
var
rc
=
system
.
getObject
(
"util.execClient"
);
var
requrl
=
this
.
icUrl
+
"/bizoptCtl/insertInfo"
;
var
params
=
{
"businessMode"
:
datajson
.
actionBody
.
n
eedNum
,
"businessMode"
:
datajson
.
actionBody
.
N
eedNum
,
"servicerCode"
:
datajson
.
actionBody
.
ServicerCode
,
"servicerName"
:
datajson
.
actionBody
.
ServicerName
,
"serviceCode"
:
datajson
.
actionBody
.
RegionId
,
...
...
@@ -246,4 +247,13 @@ class TxHandler {
}
}
module
.
exports
=
new
TxHandler
();
var
task
=
new
TxHandler
();
var
ConsultTypeName
=
"/工商服务/公司注册/"
.
split
(
"/"
)[
2
];
console
.
log
(
ConsultTypeName
);
var
d
=
task
.
userService
.
getBizUserForBizChance
(
'18738988150'
,
'公司宝'
,
ConsultTypeName
,
'北京'
);
console
.
log
(
"ddddddddddddd"
);
console
.
log
(
JSON
.
stringify
(
d
));
console
.
log
(
"dddddddddddddd"
);
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