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
224fd044
Commit
224fd044
authored
Jul 28, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
872ac4d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
bpo-web/app/base/api/impl/bpoSDPJApi.js
+5
-5
No files found.
bpo-web/app/base/api/impl/bpoSDPJApi.js
View file @
224fd044
...
...
@@ -223,10 +223,8 @@ class BpoSDPJApi {
id
:
no
,
outTradeNo
:
this
.
trim
(
obj
.
outTradeNo
),
mchtId
:
this
.
trim
(
obj
.
mchtId
),
});
if
(
!
_cCashInfo
){
return
this
.
getErrResult
(
"您暂无可申请的信息"
);
}
})
||
{};
let
resData
=
{
id_name
:
_cCashInfo
.
id_name
,
id_no
:
_cCashInfo
.
id_no
,
...
...
@@ -240,7 +238,9 @@ class BpoSDPJApi {
if
(
resData
.
trade_status
==
"00"
){
_cCashInfo
.
amt
=
system
.
f2y
(
_cCashInfo
.
amt
);
}
else
if
(
resData
.
trade_status
==
"02"
){
_cCashInfo
.
failReason
=
""
;
_cCashInfo
.
mark
=
""
;
}
else
if
(
resData
.
trade_status
==
"01"
){
_cCashInfo
.
mark
=
"待处理"
;
}
}
return
this
.
getCodeResult
(
0
,
resData
);
...
...
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