|
@@ -158,7 +158,7 @@ public class KlConceptStaticFacade {
|
|
|
.collect(Collectors.toList());
|
|
|
List<SysUser> users = sysUserFacade.list(new QueryWrapper<SysUser>()
|
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
- .in("id", userIds));
|
|
|
+ .in("id", userIds, false));
|
|
|
if (ListUtil.isNotEmpty(users)) {
|
|
|
Map<Long, String> userMap = users.stream().collect(Collectors.toMap(SysUser::getId, SysUser::getLinkman));
|
|
|
records.forEach(record -> {
|