feat(ebom): ebom工作表,只能查看本部门的数据

This commit is contained in:
曹鹏飞 2024-05-30 11:18:01 +08:00
parent feffa939c5
commit 7a07b36e33
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}