|
@@ -1968,7 +1968,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
row.setMusicalFee(row.getActualAmount());
|
|
|
} else if (row.getGroupType().equals(GroupType.GOODS_SELL)) {
|
|
|
row.setRetailGoodsFee(row.getActualAmount());
|
|
|
- } else {
|
|
|
+ }else {
|
|
|
List<StudentPaymentOrderExportDto> exportDtoList = feeByTypeMap.get(row.getId());
|
|
|
if (!org.springframework.util.CollectionUtils.isEmpty(exportDtoList)) {
|
|
|
StudentPaymentOrderExportDto feeByType = exportDtoList.get(0);
|