|
|
|
@ -1487,7 +1487,9 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
public R oneloading(DistrilbutionloadingscanDTO distrilbutionloadingscanDTO) { |
|
|
|
|
BasicdataWarehouseEntity myCurrentWarehouse = warehouseClient.getMyCurrentWarehouse(); |
|
|
|
|
if (Objects.isNull(myCurrentWarehouse)) { |
|
|
|
|
throw new CustomerException(403, "仓库信息不能为空"); |
|
|
|
|
|
|
|
|
|
return R.fail(403,"请选择仓库!!"); |
|
|
|
|
// throw n/**/ew CustomerException(403, "仓库信息不能为空");
|
|
|
|
|
} |
|
|
|
|
/* |
|
|
|
|
1. 通过查询这个所有的预约单 |
|
|
|
|