Merge branch 'develop_migration' into 'develop_master'
feat: There is no way the, xxx See merge request LiuChao/foton-slrs-system-rest!413
This commit is contained in:
@@ -99,7 +99,7 @@ public class SysInfoEOService {
|
||||
if (StringUtils.isNotBlank(codes)) {
|
||||
String[] idArr = codes.split(",");
|
||||
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> list = list1.stream().distinct().collect(Collectors.toList());
|
||||
names = String.join(",",list);
|
||||
|
||||
Reference in New Issue
Block a user