注释获取订单号

This commit is contained in:
luoliming 2024-01-25 23:38:20 +08:00
parent 4ad663fe6f
commit daabfa09ac
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ public class TechnologyPackageParamBuilder {
newBom.setDeptName(SessionUtil.getDepartName()); newBom.setDeptName(SessionUtil.getDepartName());
newBom.setCreatedBy(SessionUtil.getUserCode()); newBom.setCreatedBy(SessionUtil.getUserCode());
newBom.setCreatedTime(LocalDateTime.now()); newBom.setCreatedTime(LocalDateTime.now());
newBom.setTechnologyUserCode(SessionUtil.getUserCode());
newBom.setTechnologyUserName(SessionUtil.getUserName());
newBom.setSourceRowId(0L); newBom.setSourceRowId(0L);
if(Objects.nonNull(oldBom)){ if(Objects.nonNull(oldBom)){
oldBom.setLastVersionIs(0); oldBom.setLastVersionIs(0);