Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
2ae5bbdd
Commit
2ae5bbdd
authored
Apr 06, 2023
by
TIANZHI.HU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对账单打印根据客户要求修改 add by 39135 HuTianzhi
parent
0a863b7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
ConExportServiceImpl.java
...hand/hls/hlcm/cont/service/impl/ConExportServiceImpl.java
+7
-2
No files found.
src/main/java/com/hand/hls/hlcm/cont/service/impl/ConExportServiceImpl.java
View file @
2ae5bbdd
...
@@ -345,11 +345,16 @@ public class ConExportServiceImpl implements ConExportService {
...
@@ -345,11 +345,16 @@ public class ConExportServiceImpl implements ConExportService {
cell
.
setCellStyle
(
contentTable
);
cell
.
setCellStyle
(
contentTable
);
cell
.
setCellValue
(
new
DecimalFormat
().
parse
(
map1
.
get
(
"UNRECEIVED_AMOUNT"
).
toString
()).
doubleValue
());
// 未收金额
cell
.
setCellValue
(
new
DecimalFormat
().
parse
(
map1
.
get
(
"UNRECEIVED_AMOUNT"
).
toString
()).
doubleValue
());
// 未收金额
}
else
{
}
else
{
cell
.
setCellValue
(
""
);
cell
.
setCellValue
(
"
0
"
);
}
}
}
}
}
else
{
}
else
{
cell
.
setCellValue
(
""
);
// 未收金额
BigDecimal
x
=
new
BigDecimal
(
100
);
if
(
x
.
compareTo
((
BigDecimal
)
map1
.
get
(
"CF_ITEM"
))
==
0
){
cell
.
setCellValue
(
""
);
}
else
{
cell
.
setCellValue
(
"0"
);
// 未收金额
}
}
}
cell
.
setCellStyle
(
contentTable
);
cell
.
setCellStyle
(
contentTable
);
}
}
...
...
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