Просмотр исходного кода

[招商]adjust

release_toaliyun_real
Burce 6 лет назад
Родитель
Сommit
0b48a95c0b
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java

+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/InvestSchedule.java Просмотреть файл

@@ -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));

/**
* 已经已经提醒过的用户


Загрузка…
Отмена
Сохранить