Commit 32a2b600 by hanghang.wang

解决预约单空指针

parent 82a9453d
...@@ -1898,6 +1898,7 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService { ...@@ -1898,6 +1898,7 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
} }
//预约单 //预约单
if(OrderType.RESERVED_EXPRESS.equals(baseQueryOrderRequest.getOrderType()) if(OrderType.RESERVED_EXPRESS.equals(baseQueryOrderRequest.getOrderType())
&& configuration.getDeliveryProcessingBeforeMinute() != null
&& configuration.getDeliveryProcessingBeforeMinute()>0){ && configuration.getDeliveryProcessingBeforeMinute()>0){
timeout = QueryDeliveryType.SELF.getCode().equals(baseQueryOrderRequest.getDeliveryType()) timeout = QueryDeliveryType.SELF.getCode().equals(baseQueryOrderRequest.getDeliveryType())
//? AutoOrderConfigTime.getTime(configuration.getDeliveryProcessingBeforeMinute().toString()) //? AutoOrderConfigTime.getTime(configuration.getDeliveryProcessingBeforeMinute().toString())
......
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