ebom-可重复转PBOM

This commit is contained in:
大米 2024-03-01 16:46:38 +08:00
parent ae3478521c
commit 389c85c803
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class EBomToPBom {
for (String facCode : facCodes) {
//buildPBomParent(parent, facCode);
for (BomNewEbomParentVO vo : parentList) {
String hasConvertKey=StrUtil.join(facCode,vo.getBomRowId());
String hasConvertKey=StrUtil.join("-",facCode,vo.getBomRowId());
if(hasConvert.contains(hasConvertKey)){
continue;
}