|
@@ -310,6 +310,7 @@ public class ZEngineeringIndustryServiceImpl implements IZEngineeringIndustrySer
|
|
|
List<ZEngiineeringPhoto> list = new ArrayList<>();
|
|
|
// 查询数据库中已存在的文件列表
|
|
|
ZEngiineeringPhotoBo zEngiineeringPhotoBo = new ZEngiineeringPhotoBo();
|
|
|
+ zEngiineeringPhotoBo.setCreateTime(update.getCreateTime());
|
|
|
zEngiineeringPhotoBo.setParentId(update.getId());
|
|
|
List<String> existingPhotos = photoService.queryList(zEngiineeringPhotoBo).stream().map(ZEngiineeringPhotoVo::getPicUrl).collect(Collectors.toList());
|
|
|
// 插入前端传来的新文件
|