|
|
@ -145,7 +145,7 @@ public class ZbFactoryDataServiceImpl implements IZbFactoryDataService { |
|
|
|
Long receiptId = orderPackageEntity.getReceiptId(); |
|
|
|
Long receiptId = orderPackageEntity.getReceiptId(); |
|
|
|
ZbReceiptEntity receiptEntity = receiptService.getById(receiptId); |
|
|
|
ZbReceiptEntity receiptEntity = receiptService.getById(receiptId); |
|
|
|
if (Objects.isNull(receiptEntity)){ |
|
|
|
if (Objects.isNull(receiptEntity)){ |
|
|
|
log.info("##############handleStatusData: 发车单信息不存在 receiptId={}", receiptId); |
|
|
|
log.info("##############handleStatusData: 发车单信息不存在 receiptId={}", receiptId); |
|
|
|
return Resp.fail(400, "发车单信息不存在"); |
|
|
|
return Resp.fail(400, "发车单信息不存在"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|