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
fc42b43a
Commit
fc42b43a
authored
Jul 28, 2020
by
王昆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bpo-web' of gitlab.gongsibao.com:jiangyong/zhichan into bpo-web
parents
0bf88659
e56d47ef
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 @
fc42b43a
...
...
@@ -225,10 +225,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
,
...
...
@@ -242,7 +240,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