|
|
@ -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()) { |
|
|
|