Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 03ab425a
authored
Aug 30, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增字段处理
1 parent
67290c83
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
View file @
03ab425
...
...
@@ -506,6 +506,12 @@ public class ContractServiceImpl implements ContractService {
case
"50009"
:
exportModel
.
setAmount_state_unid_name
(
"逾期质保款"
);
break
;
case
"50010"
:
exportModel
.
setAmount_state_unid_name
(
"暂停"
);
break
;
case
"50011"
:
exportModel
.
setAmount_state_unid_name
(
"质量问题"
);
break
;
default
:
break
;
}
...
...
@@ -799,6 +805,15 @@ public class ContractServiceImpl implements ContractService {
case
"逾期质保款"
:
contractVo
.
setAmount_state_unid
(
"50009"
);
break
;
case
"暂停"
:
contractVo
.
setAmount_state_unid
(
"50010"
);
break
;
case
"质量问题"
:
contractVo
.
setAmount_state_unid
(
"50011"
);
break
;
default
:
break
;
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment