傅行帆 5 年 前
コミット
afacce61d8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/main/java/com/huiju/estateagents/statistic/service/impl/TsCustomerStatisticMonthlyServiceImpl.java

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