From 0b48a95c0b6b600311c807ca0ab3e5ca178ca879 Mon Sep 17 00:00:00 2001 From: Burce Date: Wed, 23 Oct 2019 11:24:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=9B=E5=95=86]adjust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/schedule/InvestSchedule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java b/mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java index bb692e34f..5d448b57b 100644 --- a/mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java +++ b/mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java @@ -93,7 +93,7 @@ public class InvestSchedule { List follows = followRecordService.listByTime(EnumFollowType.DEMAND, start.getTime()); List demands = customerService.listByIds(InvestHelper.getIds(follows, InvestFollowRecordEntity::getFollowId), - Arrays.asList(EnumCustomerType.INTENTIONAL.getCode(), EnumCustomerType.POTENTIAL.getCode())); + Arrays.asList(EnumCustomerType.INTENTIONAL, EnumCustomerType.POTENTIAL)); /** * 已经已经提醒过的用户