Skip to content

Commit 8c43e62

Browse files
committed
优化代码
1 parent aff1219 commit 8c43e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-front/src/main/java/com/java110/front/smo/assetExport/impl/ExportFeeManualCollectionSMOImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private Map<String, Object> generatorRoomOweFee(Sheet sheet, Workbook workbook,
200200
int defaultRowHeight = 280;
201201
//计算当前单子的高度
202202
int titleHeight = defaultRowHeight * 3;
203-
int subTitleHeight = defaultRowHeight * 4;
203+
int subTitleHeight = defaultRowHeight * 5;
204204
int totalHeight = titleHeight + subTitleHeight + defaultRowHeight * 3 + fees.size() * defaultRowHeight;
205205
//备注,加上打印配置内容
206206
if (feePrintRemarks != null && feePrintRemarks.length > 0) {

0 commit comments

Comments
 (0)