傅行帆 5 年之前
父節點
當前提交
afacce61d8

+ 1
- 1
src/main/java/com/huiju/estateagents/statistic/service/impl/TsCustomerStatisticMonthlyServiceImpl.java 查看文件

@@ -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
 	/**