ebom-可重复转PBOM
This commit is contained in:
parent
ae3478521c
commit
389c85c803
|
|
@ -89,7 +89,7 @@ public class EBomToPBom {
|
||||||
for (String facCode : facCodes) {
|
for (String facCode : facCodes) {
|
||||||
//buildPBomParent(parent, facCode);
|
//buildPBomParent(parent, facCode);
|
||||||
for (BomNewEbomParentVO vo : parentList) {
|
for (BomNewEbomParentVO vo : parentList) {
|
||||||
String hasConvertKey=StrUtil.join(facCode,vo.getBomRowId());
|
String hasConvertKey=StrUtil.join("-",facCode,vo.getBomRowId());
|
||||||
if(hasConvert.contains(hasConvertKey)){
|
if(hasConvert.contains(hasConvertKey)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue