feat: There is no way the, xxx
This commit is contained in:
@@ -99,7 +99,7 @@ public class SysInfoEOService {
|
|||||||
if (StringUtils.isNotBlank(codes)) {
|
if (StringUtils.isNotBlank(codes)) {
|
||||||
String[] idArr = codes.split(",");
|
String[] idArr = codes.split(",");
|
||||||
String names1 = dicTypeEODao.getDicNamesByCodes(Arrays.asList(idArr));
|
String names1 = dicTypeEODao.getDicNamesByCodes(Arrays.asList(idArr));
|
||||||
if(StringUtils.isNotBlank(names1) && names1.contains(",")){
|
if(StringUtils.isNotBlank(names1)){
|
||||||
List<String> list1 = Arrays.asList(names1.split(","));
|
List<String> list1 = Arrays.asList(names1.split(","));
|
||||||
List<String> list = list1.stream().distinct().collect(Collectors.toList());
|
List<String> list = list1.stream().distinct().collect(Collectors.toList());
|
||||||
names = String.join(",",list);
|
names = String.join(",",list);
|
||||||
|
|||||||
Reference in New Issue
Block a user