Merge remote-tracking branch 'origin/feature/DM/nflg-bom-transition-sit' into feature/DM/nflg-bom-transition

This commit is contained in:
10001392 2024-08-27 13:42:28 +08:00
commit f6b8242d57
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ public class OriginalBomToEBomV2Convert extends BaseConvert {
eBomParent.setConvertToEbomTime(LocalDateTime.now());
eBomParent.setSourceRowId(StrUtil.isNotBlank(parentEnt.getSourceRowId()) ? parentEnt.getSourceRowId() : parentEnt.getRowId().toString());
eBomParent.setLastVersionIs(1);
eBomParent.setNum(new BigDecimal(1));
eBomParent.setEditStatus(EbomEditStatusEnum.HANDLER_CREATED.getValue());
//eBomParent.setModifyTime(LocalDateTime.now());
// eBomParent.setBomExist(parentEnt.getBomRowId() > 0 ? 1 : 0);