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
e2599968
Commit
e2599968
authored
Jun 22, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-manage' of gitlab.gongsibao.com:jiangyong/zhichan into center-manage
parents
f4adb8a1
5e4dc718
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
center-manage/app/base/service/impl/common/channelhandlers/tx.js
+13
-4
No files found.
center-manage/app/base/service/impl/common/channelhandlers/tx.js
View file @
e2599968
...
@@ -14,12 +14,13 @@ class TxHandler {
...
@@ -14,12 +14,13 @@ class TxHandler {
console
.
log
(
"put in queue"
,
datajson
);
console
.
log
(
"put in queue"
,
datajson
);
try
{
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
);
console
.
log
(
"salesman "
+
salesmanInfo
);
var
rc
=
system
.
getObject
(
"util.execClient"
);
var
rc
=
system
.
getObject
(
"util.execClient"
);
var
requrl
=
this
.
icUrl
+
"/bizoptCtl/insertInfo"
;
var
requrl
=
this
.
icUrl
+
"/bizoptCtl/insertInfo"
;
var
params
=
{
var
params
=
{
"businessMode"
:
datajson
.
actionBody
.
n
eedNum
,
"businessMode"
:
datajson
.
actionBody
.
N
eedNum
,
"servicerCode"
:
datajson
.
actionBody
.
ServicerCode
,
"servicerCode"
:
datajson
.
actionBody
.
ServicerCode
,
"servicerName"
:
datajson
.
actionBody
.
ServicerName
,
"servicerName"
:
datajson
.
actionBody
.
ServicerName
,
"serviceCode"
:
datajson
.
actionBody
.
RegionId
,
"serviceCode"
:
datajson
.
actionBody
.
RegionId
,
...
@@ -246,4 +247,13 @@ class TxHandler {
...
@@ -246,4 +247,13 @@ class TxHandler {
}
}
}
}
module
.
exports
=
new
TxHandler
();
\ No newline at end of file
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