Merge branch 'master-dfhz' into 'sim'

打分汇总表bug

See merge request eshop/biz_service_ebtp_extend!61
This commit is contained in:
付庆吉
2021-08-27 11:12:02 +08:00

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, "");
}
}
}