feat(ebom): ebom工作表,只能查看本部门的数据
This commit is contained in:
parent
feffa939c5
commit
7a07b36e33
|
|
@ -432,6 +432,7 @@ public class EBomImportService {
|
|||
parent.setDeptName(SessionUtil.getDepartName());
|
||||
parent.setSource(EBomSourceEnum.FROM_EXCE.getValue());
|
||||
parent.setSourceRowId("");
|
||||
parent.setDeptRowId(SessionUtil.getDepartRowId());
|
||||
setVirtualPackageType(parent);
|
||||
return parent;
|
||||
}
|
||||
|
|
@ -498,6 +499,7 @@ public class EBomImportService {
|
|||
parent.setDeptName(SessionUtil.getDepartName());
|
||||
parent.setSource(EBomSourceEnum.FROM_EXCE.getValue());
|
||||
parent.setSourceRowId("");
|
||||
parent.setDeptRowId(SessionUtil.getDepartRowId());
|
||||
setVirtualPackageType(parent);
|
||||
return parent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue