|
@@ -125,8 +125,8 @@ public class IotMainWorkOrderBomMaterialServiceImpl implements IotMainWorkOrderB
|
|
|
Set<Long> stockLocationIds = new HashSet<>();
|
|
|
if (CollUtil.isEmpty(sapOrgS)) {
|
|
|
// throw exception(IOT_MAIN_WORK_ORDER_BOM_MATERIAL_NOT_EXISTS);
|
|
|
- // todo 应该有必要的提示信息 部门需要维护SAP组织信息
|
|
|
- return new PageResult<>(new ArrayList<>(), 0l);
|
|
|
+ // todo 应该有必要的提示信息 部门需要维护SAP组织信息 不维护组织部门的SAP属性 查询所有数据
|
|
|
+ // return new PageResult<>(new ArrayList<>(), 0l);
|
|
|
}
|
|
|
sapOrgS.forEach(sapOrg -> {
|
|
|
if (ObjUtil.isNotEmpty(sapOrg.getFactoryId())) {
|