|
|
|
@ -6110,7 +6110,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
for (String id : idArray) { |
|
|
|
|
|
|
|
|
|
//查询对应配送单
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = baseMapper.selectById(id);//配送单
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = baseMapper.selectById(Long.parseLong(id));//配送单
|
|
|
|
|
if (Objects.isNull(deliveryListEntity)) { |
|
|
|
|
log.warn("#########handleShangPeiData: 配送单信息不存在 deliveryListEntityId={}", id); |
|
|
|
|
throw new CustomerException(403, "配送单信息不存在"); |
|
|
|
|