|
@@ -218,9 +218,6 @@ public class QcresultInfoServiceImpl extends ServiceImpl<QcresultInfoMapper, Qcr
|
|
|
float nsum = 0;
|
|
|
Set<Long> ids = new HashSet<Long>();
|
|
|
List<EntryNumDTO> records = entryNumDTOIPage.getRecords();
|
|
|
- if(CollectionUtils.isEmpty(records)){
|
|
|
- return null;
|
|
|
- }
|
|
|
for (EntryNumDTO record : records) {
|
|
|
ids.add(record.getId());
|
|
|
int num = record.getNum().intValue();
|