傅行帆 5 years ago
parent
commit
afacce61d8

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/service/impl/TsCustomerStatisticMonthlyServiceImpl.java View File

68
 				newVisiteMonthList.add(e);
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
 	/**