|
@@ -209,8 +209,10 @@ public class ReportServiceImpl implements IReportService {
|
|
|
for (int i = 0; i < fzxzJgGisDTOList.size(); i++) {
|
|
|
SelectionResDTO item = fzxzJgGisDTOList.get(i);
|
|
|
|
|
|
+ String dkidStr= item.getDkid().toString();
|
|
|
+ List<String> dkidList = Arrays.asList(dkidStr.split(","));
|
|
|
// 地块信息
|
|
|
- List<Map<String, String>> dkList = getDkList(item.getSjyb(), item.getDkid().toString());
|
|
|
+ List<Map<String, String>> dkList = getDkList(item.getSjyb(), dkidList.get(0));
|
|
|
|
|
|
NpoiHelper.Option optionIsBold = new NpoiHelper.Option();
|
|
|
optionIsBold.setBold(true);// 加粗
|