src/main/java/com/moon/server/service/data/ShuJianService.java
@@ -131,11 +131,9 @@ imagePathList.setPath(sjPath); entity.getImage_path_list().add(imagePathList); List<CreateLayerEntity.ImageList> imageLists = entity.getImage_list(); List<String> filters = imagePathList.getFilter(); for (MetaEntity meta : metas) { CreateLayerEntity.ImageList imageList = entity.new ImageList(); imageList.setPath(meta.getPath().replace("\\", "/")); imageLists.add(imageList); filters.add(meta.getPath().replace("\\", "/")); } return entity;