|
@@ -68,7 +68,7 @@ public class TsCustomerStatisticMonthlyServiceImpl extends ServiceImpl<TsCustome
|
68
|
68
|
newVisiteMonthList.add(e);
|
69
|
69
|
}
|
70
|
70
|
});
|
71
|
|
- statisticMonthlySaveBatch(newVisiteMonthList,nowDate, CommConstant.CUSTOMER_TYPE_FOLLOW);
|
|
71
|
+ statisticMonthlySaveBatch(newVisiteMonthList,nowDate, CommConstant.CUSTOMER_TYPE_VISITE);
|
72
|
72
|
}
|
73
|
73
|
|
74
|
74
|
/**
|