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 c5c65a1a
authored
Sep 11, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[动态字段]
1 parent
db9e9bf1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 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 @
c5c65a1
...
@@ -101,6 +101,7 @@ public class ContractServiceImpl implements ContractService {
...
@@ -101,6 +101,7 @@ public class ContractServiceImpl implements ContractService {
head_title_name
.
put
(
"acceptanc_pay_date"
,
"验收款到期日"
);
head_title_name
.
put
(
"acceptanc_pay_date"
,
"验收款到期日"
);
head_title_name
.
put
(
"mainten_pay"
,
"质保金额"
);
head_title_name
.
put
(
"mainten_pay"
,
"质保金额"
);
head_title_name
.
put
(
"mainten_pay_date"
,
"质保款到期日"
);
head_title_name
.
put
(
"mainten_pay_date"
,
"质保款到期日"
);
head_title_name
.
put
(
"goods_acceptanc_date"
,
"到货验收日期"
);
}
}
private
static
Map
<
String
,
String
>
head_title_key
=
new
HashMap
<
String
,
String
>();
private
static
Map
<
String
,
String
>
head_title_key
=
new
HashMap
<
String
,
String
>();
...
@@ -136,6 +137,7 @@ public class ContractServiceImpl implements ContractService {
...
@@ -136,6 +137,7 @@ public class ContractServiceImpl implements ContractService {
head_title_key
.
put
(
"acceptanc_pay_date"
,
"acceptanc_pay_date"
);
head_title_key
.
put
(
"acceptanc_pay_date"
,
"acceptanc_pay_date"
);
head_title_key
.
put
(
"mainten_pay"
,
"mainten_pay"
);
head_title_key
.
put
(
"mainten_pay"
,
"mainten_pay"
);
head_title_key
.
put
(
"mainten_pay_date"
,
"mainten_pay_date"
);
head_title_key
.
put
(
"mainten_pay_date"
,
"mainten_pay_date"
);
head_title_key
.
put
(
"goods_acceptanc_date"
,
"goods_acceptanc_date"
);
}
}
@Autowired
@Autowired
ContractMapper
contractMapper
;
ContractMapper
contractMapper
;
...
...
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