|
|
@@ -191,6 +191,9 @@ public class HBOrderService implements IHBOrderService {
|
|
|
if (operatorType == 70 && order.getDvyType() == 3) {
|
|
|
order.setHbOrderStatus(80);
|
|
|
}
|
|
|
+ if (operatorType == 70 && order.getDvyType() == 2) {
|
|
|
+ order.setHbOrderStatus(80);
|
|
|
+ }
|
|
|
orderMapper.updateById(order);
|
|
|
if (isSmqjhOrder) {
|
|
|
syncSmqjhOrderStatus(channelOrderId, order.getHbOrderStatus());
|
|
|
@@ -546,7 +549,7 @@ public class HBOrderService implements IHBOrderService {
|
|
|
}
|
|
|
|
|
|
createOrderRequest.setLogisticsType(dvyType);
|
|
|
-
|
|
|
+ createOrderRequest.setSelfPickCode(order.getSelfPickCode());
|
|
|
OrderRiderLocation orderRiderLocation = orderRiderLocationMapper.selectOne(new LambdaQueryWrapper<OrderRiderLocation>().eq(OrderRiderLocation::getOrderNumber, order.getOrderNumber()));
|
|
|
if (orderRiderLocation != null) {
|
|
|
createOrderRequest.setCarrierNo(orderRiderLocation.getOrderNumber());//运单号,快递单号
|