注释获取订单号
This commit is contained in:
parent
4ad663fe6f
commit
daabfa09ac
|
|
@ -136,6 +136,8 @@ public class TechnologyPackageParamBuilder {
|
|||
newBom.setDeptName(SessionUtil.getDepartName());
|
||||
newBom.setCreatedBy(SessionUtil.getUserCode());
|
||||
newBom.setCreatedTime(LocalDateTime.now());
|
||||
newBom.setTechnologyUserCode(SessionUtil.getUserCode());
|
||||
newBom.setTechnologyUserName(SessionUtil.getUserName());
|
||||
newBom.setSourceRowId(0L);
|
||||
if(Objects.nonNull(oldBom)){
|
||||
oldBom.setLastVersionIs(0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue