打分汇总表bug

This commit is contained in:
付庆吉
2021-08-27 11:11:42 +08:00
parent 8f69b8edbe
commit 3716e2ca81

View File

@ -221,8 +221,6 @@ public class DfhzExportServiceImpl implements ExportService {
if (memberScoreMap != null && memberScoreMap.containsKey(memberVO.getUserId())) {
BigDecimal score = memberScoreMap.get(memberVO.getUserId()).getScore();
this.createCell(row, cellIndex++, cellStyle, score == null ? "" : String.valueOf(score));
}else {
this.createCell(row, cellIndex++, cellStyle, "");
}
}
}