|
|
@ -264,7 +264,9 @@ public class BasicdataWarehouseClient implements IBasicdataWarehouseClient { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
Long parentId = dept.getParentId(); |
|
|
|
Long parentId = dept.getParentId(); |
|
|
|
Dept parentDept = deptClient.findEntityById(parentId); |
|
|
|
Dept parentDept = deptClient.findEntityById(parentId); |
|
|
|
warehouseEntity.setBusinessLine(parentDept.getDeptName()); |
|
|
|
if(ObjectUtil.isNotEmpty(parentDept)){ |
|
|
|
|
|
|
|
warehouseEntity.setBusinessLine(parentDept.getDeptName()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|