小象學(xué)院 數(shù)據(jù)分析之Excel項(xiàng)目實(shí)戰(zhàn)
2022-12-05 23:15 作者:rei源義經(jīng) | 我要投稿
? ? ? ? ? DynamicDetailEntity entity = BeanUtil.toBean(map, DynamicDetailEntity.class);
? ? ? ? ? ? ? ? ? ?if (null != entity.getId() && entity.getBanStatus() != DynamicBanStatusEnum.PRI) {
? ? ? ? ? ? ? ? ? ? ? ?DynamicDetailDTO dto = DynamicConvert.instance.domainToDTO(entity);
? ? ? ? ? ? ? ? ? ? ? ?popularSource(dto);
? ? ? ? ? ? ? ? ? ? ? ?detailDTOS.add(dto);
? ? ? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?}
? ? ? ? ? ?}
? ? ? ?});
? ? ? ?return detailDTOS;
標(biāo)簽: