异常订单自行发货状态修改,改为已出库
This commit is contained in:
parent
00956c1ca5
commit
675b55baa5
@ -1266,6 +1266,9 @@ public class SFExpressApiServiceImpl implements SFExpressApiService {
|
||||
}
|
||||
Pair<Boolean, String> pair = wxOrderShippingService.uploadShippingInfoToWx(2, shopOrderBase.getOrder_id());
|
||||
if (pair.getFirst()) {
|
||||
Integer orderStatus = StateCode.ORDER_STATE_SHIPPED;//已发货
|
||||
Integer orderIsOutStatus = StateCode.ORDER_PICKING_STATE_YES; // 已出库
|
||||
shopOrderInfoService.changeOrderStatus(orderId, orderStatus, orderIsOutStatus, 0);
|
||||
//完成订单后修改订单异常操作流程进入完成订单环节
|
||||
shopOrderBase.setOperate_flag("1");
|
||||
shopOrderBaseService.updateById(shopOrderBase);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user