fix(ebom): 添加部门id
This commit is contained in:
parent
4efbf98253
commit
e06704fe6c
|
|
@ -72,6 +72,7 @@ public class EBomEdit {
|
|||
parent.setCurrentVersion("A00");
|
||||
parent.setDeviseName(SessionUtil.getRealName());
|
||||
parent.setDeptName(SessionUtil.getDepartName());
|
||||
parent.setDeptRowId(SessionUtil.getDepartRowId());
|
||||
parent.setSourceRowId("");
|
||||
parent.setSource(source);
|
||||
parent.setStatus(EBomStatusEnum.WAIT_CHECK.getValue());
|
||||
|
|
|
|||
Loading…
Reference in New Issue