|
|
|
@ -155,7 +155,8 @@ public class ThrDeptController {
|
|
|
|
|
// return ResultVOUtils.error(500, "请先关联仓库对应的第三方仓库,再关联分库!");
|
|
|
|
|
// }
|
|
|
|
|
// filterThrSubInvWarehouseRequest.setParentId((String) thirdId);
|
|
|
|
|
List<ThrInvWarehouseEntity> thrInvWarehouseEntities = thrInvWarehouseService.filterThrInvWarehouse(filterThrSubInvWarehouseRequest);
|
|
|
|
|
filterThrSubInvWarehouseRequest.setStatus(0);
|
|
|
|
|
List<ThrInvWarehouseEntity> thrInvWarehouseEntities = thrInvWarehouseService.selectByThrDeptCode(filterThrSubInvWarehouseRequest);
|
|
|
|
|
PageInfo<ThrInvWarehouseEntity> pageInfo;
|
|
|
|
|
pageInfo = new PageInfo<>(thrInvWarehouseEntities);
|
|
|
|
|
PageSimpleResponse<ThrInvWarehouseEntity> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|
|