Merge branch 'master-dfhz' into 'sim'
打分汇总表bug See merge request eshop/biz_service_ebtp_extend!61
This commit is contained in:
@ -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, "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user