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 783b5e5c
authored
Sep 30, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[导出省市县]
1 parent
bb1f3d4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 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 @
783b5e5
...
...
@@ -76,9 +76,9 @@ public class ContractServiceImpl implements ContractService {
head_title_name
.
put
(
"sign_date"
,
"签订日期"
);
head_title_name
.
put
(
"month"
,
"所属月份"
);
head_title_name
.
put
(
"salesperson_unid"
,
"销售员"
);
head_title_name
.
put
(
"province"
,
"省"
);
head_title_name
.
put
(
"city"
,
"市"
);
head_title_name
.
put
(
"county"
,
"县"
);
head_title_name
.
put
(
"province
_name
"
,
"省"
);
head_title_name
.
put
(
"city
_name
"
,
"市"
);
head_title_name
.
put
(
"county
_name
"
,
"县"
);
head_title_name
.
put
(
"customer_name"
,
"客户名称"
);
head_title_name
.
put
(
"project_name"
,
"项目名称"
);
head_title_name
.
put
(
"contract_amount"
,
"合同金额"
);
...
...
@@ -130,9 +130,9 @@ public class ContractServiceImpl implements ContractService {
head_title_key
.
put
(
"sign_date"
,
"sign_date"
);
head_title_key
.
put
(
"month"
,
"month"
);
head_title_key
.
put
(
"salesperson_unid"
,
"salesperson_name"
);
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
(
"province
_name
"
,
"province_name"
);
head_title_key
.
put
(
"city
_name
"
,
"city_name"
);
head_title_key
.
put
(
"county
_name
"
,
"county_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"
);
...
...
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