消息通知
This commit is contained in:
parent
4ffd24cace
commit
cfac0f2ea2
|
|
@ -112,7 +112,6 @@ public class DevInfoServiceImpl implements DevInfoService {
|
||||||
if (!CollectionUtils.isEmpty(fileList)) {
|
if (!CollectionUtils.isEmpty(fileList)) {
|
||||||
fileList.removeIf(Objects::isNull);
|
fileList.removeIf(Objects::isNull);
|
||||||
fileList.forEach(item -> {
|
fileList.forEach(item -> {
|
||||||
Table table = new Table();
|
|
||||||
if (item.getFileType().equals(Long.valueOf(MAIN_IMAGES_DICT_VALUE))) {
|
if (item.getFileType().equals(Long.valueOf(MAIN_IMAGES_DICT_VALUE))) {
|
||||||
devInfoVo.getMainFileList().add(item);
|
devInfoVo.getMainFileList().add(item);
|
||||||
} else if (item.getFileType().equals(Long.valueOf(DETAILS_IMAGES_DICT_VALUE))) {
|
} else if (item.getFileType().equals(Long.valueOf(DETAILS_IMAGES_DICT_VALUE))) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue