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 12218163
authored
Sep 07, 2018
by
熊付
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【动态表头】
1 parent
f218f619
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 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 @
1221816
...
...
@@ -70,7 +70,6 @@ public class ContractServiceImpl implements ContractService {
Logger
logger
=
LoggerFactory
.
getLogger
(
ContractServiceImpl
.
class
);
private
static
Map
<
String
,
String
>
head_title_name
=
new
HashMap
<
String
,
String
>();
{
//head_title.put("合同编号", "contract_unid");
head_title_name
.
put
(
"year"
,
"所属年份"
);
head_title_name
.
put
(
"product_line_type"
,
"产品线类型"
);
head_title_name
.
put
(
"sign_date"
,
"签订日期"
);
...
...
@@ -79,7 +78,7 @@ public class ContractServiceImpl implements ContractService {
head_title_name
.
put
(
"province"
,
"省"
);
head_title_name
.
put
(
"city"
,
"市"
);
head_title_name
.
put
(
"county"
,
"县"
);
head_title_name
.
put
(
"customer_
unid
"
,
"客户名称"
);
head_title_name
.
put
(
"customer_
name
"
,
"客户名称"
);
head_title_name
.
put
(
"project_name"
,
"项目名称"
);
head_title_name
.
put
(
"contract_amount"
,
"合同金额"
);
head_title_name
.
put
(
"stop_amount"
,
"暂停金额"
);
...
...
@@ -106,7 +105,6 @@ public class ContractServiceImpl implements ContractService {
private
static
Map
<
String
,
String
>
head_title_key
=
new
HashMap
<
String
,
String
>();
{
//head_title.put("合同编号", "contract_unid");
head_title_key
.
put
(
"year"
,
"year"
);
head_title_key
.
put
(
"product_line_type"
,
"product_line_type_name"
);
head_title_key
.
put
(
"sign_date"
,
"sign_date"
);
...
...
@@ -115,7 +113,7 @@ public class ContractServiceImpl implements ContractService {
head_title_key
.
put
(
"province"
,
"province_name"
);
head_title_key
.
put
(
"city"
,
"city_name"
);
head_title_key
.
put
(
"county"
,
"county_name"
);
head_title_key
.
put
(
"customer_
unid
"
,
"customer_name"
);
head_title_key
.
put
(
"customer_
name
"
,
"customer_name"
);
head_title_key
.
put
(
"project_name"
,
"project_name"
);
head_title_key
.
put
(
"contract_amount"
,
"contract_amount"
);
head_title_key
.
put
(
"stop_amount"
,
"stop_amount"
);
...
...
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