消息通知

This commit is contained in:
liang.chao 2024-12-20 21:21:13 +08:00
parent 4ffd24cace
commit cfac0f2ea2
1 changed files with 0 additions and 1 deletions

View File

@ -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))) {