Browse Source

rollback

dev_shibei_match
yinzuomei 4 years ago
parent
commit
332c6f1851
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java

1
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java

@ -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);
}
}

Loading…
Cancel
Save