pbom-变更记录加版本号

This commit is contained in:
大米 2024-10-08 10:49:32 +08:00
parent ec08f27eb2
commit 3ad5db8649
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ public class ForwardReportService {
result.add(oldEnd);
UpdateLogVO newEnt =new UpdateLogVO();
BeanUtil.copyProperties(oldEnd,newEnt);
newEnt.setCurrentVersion(newBom.get(0).getCurrentVersion());
newEnt.setOpType(BomConstant.DEL);
result.add(newEnt);
}