|
|
@ -893,7 +893,6 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService { |
|
|
|
deleteNum = screenIndexDataYearlyDao.deleteIndexDataYearly(customerId, getYearStr(monthId)); |
|
|
|
} while (deleteNum > NumConstant.ZERO); |
|
|
|
List<IndexDataYearlyFormDTO> entity = ConvertUtils.sourceToTarget(monthlyFormList, IndexDataYearlyFormDTO.class); |
|
|
|
log.info("插入的entity:"+ JSON.toJSONString(entity)); |
|
|
|
screenIndexDataYearlyDao.batchInsertIndexDataYearly(entity, customerId); |
|
|
|
} |
|
|
|
} |
|
|
|