|
@@ -320,7 +320,7 @@ public class SysUserSignCertController {
|
|
|
Collection<SubjectLocation> hechuangList =
|
|
|
CollUtil.intersection(CollUtil.toList(userSignCertDTO.getSubjectLocation()), SubjectLocation.getByGigType(GigTypeEnum.HE_CHUANG));
|
|
|
if (!hechuangList.isEmpty()) {
|
|
|
- List<SubjectLocation> sortedList = oladingList.stream()
|
|
|
+ List<SubjectLocation> sortedList = hechuangList.stream()
|
|
|
.sorted(Comparator.comparing(SubjectLocation::getSort))
|
|
|
.collect(Collectors.toList());
|
|
|
// 选择的渠道的阿拉钉的部分记录到redis
|