编辑变更删除条件
This commit is contained in:
parent
422a388d0e
commit
72709df86d
|
|
@ -2255,7 +2255,10 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
|
|
||||||
//手动创建
|
//手动创建
|
||||||
List<BomNewEbomChildEntity> s2List = delChildList.stream().filter(u -> Objects.equals(EBomSourceEnum.FROM_EXCE.getValue(), u.getSource())
|
List<BomNewEbomChildEntity> s2List = delChildList.stream().filter(u -> Objects.equals(EBomSourceEnum.FROM_EXCE.getValue(), u.getSource())
|
||||||
|| Objects.equals(EBomSourceEnum.FROM_MDM.getValue(), u.getSource())).collect(Collectors.toList());
|
|| Objects.equals(EBomSourceEnum.FROM_MDM.getValue(), u.getSource())
|
||||||
|
|| Objects.equals(EBomSourceEnum.FROM_CHANGE.getValue(), u.getSource())
|
||||||
|
|
||||||
|
).collect(Collectors.toList());
|
||||||
|
|
||||||
//工艺岗可以删自己的和设计岗(手动、excel),
|
//工艺岗可以删自己的和设计岗(手动、excel),
|
||||||
// 设计自己删除自己
|
// 设计自己删除自己
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue