pbom-报表获取变更记录

This commit is contained in:
luolm 2024-10-06 22:16:52 +08:00
parent 020b18afd4
commit 8434168cca
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ public class ForwardReportService {
UpdateLogVO newEnt =new UpdateLogVO();
BeanUtil.copyProperties(oldEnd,newEnt);
newEnt.setOpType(BomConstant.DEL);
result.add(newEnt);
}
//新增
Set<String> add= Sets.difference(newSet,oldSet);