Commit 2109f919 by 周晓航

打个日志,看看问题

parent 02f51ebf
......@@ -79,7 +79,7 @@ public class SaasOrderHandle {
BaseQueryOrderRequest orderConfirmRequest = orderSdkAdapter.getOrderConfirmRequest(request.getOperator(), orderBean, dto);
orderSdkAdapter.convert2wmDeliveryTimeOut(orderConfirmRequest,this.wmDeliveryTimeOut);
if (Objects.isNull(request.getTimeout())) {
if (Objects.nonNull(request.getTimeout())) {
orderConfirmRequest.setPreTimeout(request.getTimeout());
}
//合阔pos 商户订单状态不自动扭转
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment