|
|
|
@ -94,7 +94,7 @@ public class ReportBusinessLineSectionServiceImpl implements ReportBusinessLineS |
|
|
|
int cnt = Math.toIntExact(sorted.get(i).getValue()); |
|
|
|
int cnt = Math.toIntExact(sorted.get(i).getValue()); |
|
|
|
businessLineOverviewText.append(i + 1) |
|
|
|
businessLineOverviewText.append(i + 1) |
|
|
|
.append("、") |
|
|
|
.append("、") |
|
|
|
.append(label) |
|
|
|
.append(label.trim()) |
|
|
|
.append(",") |
|
|
|
.append(",") |
|
|
|
.append(cnt) |
|
|
|
.append(cnt) |
|
|
|
.append("条,占比") |
|
|
|
.append("条,占比") |
|
|
|
@ -179,8 +179,8 @@ public class ReportBusinessLineSectionServiceImpl implements ReportBusinessLineS |
|
|
|
BusinessLineDetailSection section = new BusinessLineDetailSection(); |
|
|
|
BusinessLineDetailSection section = new BusinessLineDetailSection(); |
|
|
|
section.setOrderNo(toChineseOrderNo(index++)); |
|
|
|
section.setOrderNo(toChineseOrderNo(index++)); |
|
|
|
// 父级条线名
|
|
|
|
// 父级条线名
|
|
|
|
section.setBusinessFatherLineName(parentLabel2Level(sourceCode, idMap)); |
|
|
|
section.setBusinessFatherLineName(parentLabel2Level(sourceCode, idMap).trim()); |
|
|
|
section.setBusinessLineName(selfLabel(sourceCode, idMap)); |
|
|
|
section.setBusinessLineName(selfLabel(sourceCode, idMap).trim()); |
|
|
|
|
|
|
|
|
|
|
|
int totalIssued = lineList.size(); |
|
|
|
int totalIssued = lineList.size(); |
|
|
|
section.setTotalIssued(totalIssued); |
|
|
|
section.setTotalIssued(totalIssued); |
|
|
|
|