|
|
|
@@ -93,7 +93,7 @@ public class InvestSchedule { |
|
|
|
List<InvestFollowRecordEntity> follows = followRecordService.listByTime(EnumFollowType.DEMAND, start.getTime()); |
|
|
|
|
|
|
|
List<InvestCustomerVo> demands = customerService.listByIds(InvestHelper.getIds(follows, InvestFollowRecordEntity::getFollowId), |
|
|
|
Arrays.asList(EnumCustomerType.INTENTIONAL.getCode(), EnumCustomerType.POTENTIAL.getCode())); |
|
|
|
Arrays.asList(EnumCustomerType.INTENTIONAL, EnumCustomerType.POTENTIAL)); |
|
|
|
|
|
|
|
/** |
|
|
|
* 已经已经提醒过的用户 |
|
|
|
|