ソースを参照

修改市政工程列表数据
添加查询时间分表条件

wangzhe 1 年間 前
コミット
7e418aa2a8

+ 1 - 0
ruoyi-zdsz/src/main/java/com/ruoyi/zdsz/service/impl/ZEngineeringIndustryServiceImpl.java

@@ -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());
                 // 插入前端传来的新文件