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
96bdb327
Commit
96bdb327
authored
Sep 10, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 书写错误
parent
6daeb9a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
center-manage/app/base/service/impl/common/channelhandlers/tx.js
+9
-9
No files found.
center-manage/app/base/service/impl/common/channelhandlers/tx.js
View file @
96bdb327
...
@@ -532,7 +532,7 @@ class TxHandler {
...
@@ -532,7 +532,7 @@ class TxHandler {
}
}
async
ServiceCreate
(
datajson
)
{
//获取融易算服务实例到队列
async
ServiceCreate
(
datajson
)
{
//获取融易算服务实例到队列
console
.
log
(
"ServiceCreate----------------------------------------------"
,
datajson
);
console
.
log
(
"ServiceCreate----------------------------------------------"
,
datajson
);
var
obj
=
{
var
obj
=
{
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/insertInfo"
,
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/insertInfo"
,
"actionType"
:
"insertInfo"
,
"actionType"
:
"insertInfo"
,
...
@@ -548,7 +548,7 @@ class TxHandler {
...
@@ -548,7 +548,7 @@ class TxHandler {
}
}
async
ServiceUpdate
(
datajson
)
{
//更新融易算服务信息到队列
async
ServiceUpdate
(
datajson
)
{
//更新融易算服务信息到队列
console
.
log
(
"ServiceUpdate----------------------------------------------"
,
datajson
);
console
.
log
(
"ServiceUpdate----------------------------------------------"
,
datajson
);
var
obj
=
{
var
obj
=
{
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/updateServer"
,
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/updateServer"
,
"actionType"
:
"updateServer"
,
"actionType"
:
"updateServer"
,
...
@@ -565,9 +565,9 @@ class TxHandler {
...
@@ -565,9 +565,9 @@ class TxHandler {
//融易算创建需求
//融易算创建需求
async
LeadsCreate
(
datajson
)
{
async
LeadsCreate
(
datajson
)
{
console
.
log
(
"LeadsCreate----------------------------------------------"
,
datajson
);
console
.
log
(
"LeadsCreate----------------------------------------------"
,
datajson
);
var
obj
=
{
var
obj
=
{
"pushUrl"
:
this
.
bookUrl
+
"/biz
O
ptCtl/insertInfo"
,
"pushUrl"
:
this
.
bookUrl
+
"/biz
o
ptCtl/insertInfo"
,
"actionType"
:
"insertInfo"
,
"actionType"
:
"insertInfo"
,
"messageBody"
:
datajson
,
"messageBody"
:
datajson
,
//"requestId":datajson.requestId,
//"requestId":datajson.requestId,
...
@@ -582,7 +582,7 @@ class TxHandler {
...
@@ -582,7 +582,7 @@ class TxHandler {
//融易算更新需求状态
//融易算更新需求状态
async
LeadsUpdate
(
datajson
)
{
async
LeadsUpdate
(
datajson
)
{
console
.
log
(
"LeadsUpdate----------------------------------------------"
,
datajson
);
console
.
log
(
"LeadsUpdate----------------------------------------------"
,
datajson
);
var
obj
=
{
var
obj
=
{
"pushUrl"
:
this
.
bookUrl
+
"/bizoptCtl/updatepayStatusByDemandCode"
,
"pushUrl"
:
this
.
bookUrl
+
"/bizoptCtl/updatepayStatusByDemandCode"
,
"actionType"
:
"updatepayStatusByDemandCode"
,
"actionType"
:
"updatepayStatusByDemandCode"
,
...
@@ -600,7 +600,7 @@ class TxHandler {
...
@@ -600,7 +600,7 @@ class TxHandler {
// 融易算服务状态变更通知
// 融易算服务状态变更通知
async
ServiceStatusNotify
(
datajson
)
{
async
ServiceStatusNotify
(
datajson
)
{
console
.
log
(
"ServiceStatusNotify----------------------------------------------"
,
datajson
);
console
.
log
(
"ServiceStatusNotify----------------------------------------------"
,
datajson
);
let
ab
=
Object
.
assign
({},
datajson
);
let
ab
=
Object
.
assign
({},
datajson
);
ab
.
status
=
ab
.
status
===
6
?
"inserivice"
:
"closed"
;
ab
.
status
=
ab
.
status
===
6
?
"inserivice"
:
"closed"
;
var
obj
=
{
var
obj
=
{
...
@@ -619,7 +619,7 @@ class TxHandler {
...
@@ -619,7 +619,7 @@ class TxHandler {
//融易算报表确认
//融易算报表确认
async
ConfirmReport
(
datajson
)
{
async
ConfirmReport
(
datajson
)
{
console
.
log
(
"ConfirmReport----------------------------------------------"
,
datajson
);
console
.
log
(
"ConfirmReport----------------------------------------------"
,
datajson
);
var
messageBody
=
datajson
;
var
messageBody
=
datajson
;
messageBody
.
dataType
=
"2"
;
messageBody
.
dataType
=
"2"
;
messageBody
.
rysCheck
=
"1"
;
messageBody
.
rysCheck
=
"1"
;
...
@@ -640,7 +640,7 @@ class TxHandler {
...
@@ -640,7 +640,7 @@ class TxHandler {
//融易算报税确认
//融易算报税确认
async
ConfirmTax
(
datajson
)
{
async
ConfirmTax
(
datajson
)
{
console
.
log
(
"ConfirmTax----------------------------------------------"
,
datajson
);
console
.
log
(
"ConfirmTax----------------------------------------------"
,
datajson
);
var
messageBody
=
datajson
;
var
messageBody
=
datajson
;
messageBody
.
dataType
=
"3"
;
messageBody
.
dataType
=
"3"
;
messageBody
.
rysCheck
=
"1"
;
messageBody
.
rysCheck
=
"1"
;
...
@@ -661,7 +661,7 @@ class TxHandler {
...
@@ -661,7 +661,7 @@ class TxHandler {
//融易算接收票据快递单号
//融易算接收票据快递单号
async
ReceivePaperPost
(
datajson
)
{
async
ReceivePaperPost
(
datajson
)
{
console
.
log
(
"ReceivePaperPost----------------------------------------------"
,
datajson
);
console
.
log
(
"ReceivePaperPost----------------------------------------------"
,
datajson
);
var
obj
=
{
var
obj
=
{
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/receivePaperPost"
,
"pushUrl"
:
this
.
bookUrl
+
"/deliverybillCtl/receivePaperPost"
,
"actionType"
:
"receivePaperPost"
,
"actionType"
:
"receivePaperPost"
,
...
...
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