Browse Source

screen_index_data_monthly表里缺少数据,添加备注

dev_shibei_match
zxc 5 years ago
parent
commit
9fe57ebb8c
  1. 7
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java

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

@ -204,6 +204,13 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService {
}
}
/**
* @Description 目前只支持到区县级别区县级以上的未实现
* @Param monthId
* @Param customerId
* @author zxc
* @date 2020/10/20 2:59 下午
*/
@Override
public void insertScreenIndexDataMonthlyAndYearly(String monthId, String customerId) {
if (NumConstant.SIX != monthId.length()) {

Loading…
Cancel
Save