工程拉取

This commit is contained in:
fl 2025-04-01 15:15:23 +08:00
parent 8889e38c22
commit 740d812476
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,11 @@ public class ProPullTask {
log.info("--------实名制工程数据拉取定时器完毕------");
}
// 假设 ProDto 类有一个方法叫做 update() 可以用来更新对象的数据
/**
* 同步工程数据
* @param proList
* @param proImgList
*/
public void syncProjectData(List<ProDto> proList, List<ProDto> proImgList) {
// 创建一个Map来快速查找proImgList中的元素
Map<Long, ProDto> imgProjectMap = new HashMap<>();