|
@@ -316,10 +316,10 @@ public class SysUserSignCertController {
|
|
|
redisTemplate.opsForValue().set(redisKey, JSONUtil.toJsonStr(sortedList), 24, TimeUnit.HOURS);
|
|
|
}
|
|
|
|
|
|
- // 过滤出阿拉钉的渠道
|
|
|
+ // 过滤出合创众盈的渠道
|
|
|
Collection<SubjectLocation> hechuangList =
|
|
|
CollUtil.intersection(CollUtil.toList(userSignCertDTO.getSubjectLocation()), SubjectLocation.getByGigType(GigTypeEnum.HE_CHUANG));
|
|
|
- if (!oladingList.isEmpty()) {
|
|
|
+ if (!hechuangList.isEmpty()) {
|
|
|
List<SubjectLocation> sortedList = oladingList.stream()
|
|
|
.sorted(Comparator.comparing(SubjectLocation::getSort))
|
|
|
.collect(Collectors.toList());
|