月报导出--法规联系人
This commit is contained in:
+1
-1
@@ -1040,7 +1040,7 @@ public class WordUtil {
|
||||
for (String s : lawsContact.split(",")) {
|
||||
List<LoginUser> loginUserList = collect.stream().filter(e -> e.getId().equals(s)).collect(Collectors.toList());
|
||||
if(loginUserList.size() != 0){
|
||||
sb.append(loginUserList.get(0).getUsername()+",");
|
||||
sb.append(loginUserList.get(0).getRealname()+",");
|
||||
}
|
||||
}
|
||||
if(com.jero.modules.system.util.StringUtils.isNotBlank(sb)){
|
||||
|
||||
Reference in New Issue
Block a user