|
|
@ -417,7 +417,8 @@ public class IcPartyActServiceImpl extends BaseServiceImpl<IcPartyActDao, IcPart |
|
|
|
YearSearchDetailResultDTO dto = new YearSearchDetailResultDTO(); |
|
|
|
activityTypeList.forEach(at -> { |
|
|
|
if (at.getValue().equals(type)){ |
|
|
|
dto.setType(at.getLabel()); |
|
|
|
dto.setType(type); |
|
|
|
dto.setTypeValue(at.getLabel()); |
|
|
|
dto.setFrequency(at.getFrequencyDesc()); |
|
|
|
} |
|
|
|
}); |
|
|
|