Commit 684ddedc by zhiheng.zhang

同事退款拦截操作更改

parent 46cd7da9
......@@ -146,7 +146,7 @@ public class OrderManagerAdapter {
QueryOrdersResponse.DataBean.OrderBean orderBean = orderBaseService.getByOrderCode(request.getOrderId());
//订单接单参数校验
BaseResponse verifyResponse;
if(OrderClientType.SAASMALL.getIndex().toString() == orderBean.getOrderClient()){
if(OrderClientType.SAASMALL.getIndex().toString().equalsIgnoreCase(orderBean.getOrderClient())){
verifyResponse = orderVerifyHandle.mallOrderAgreeRefund(orderBean, request);
}else{
verifyResponse = orderVerifyHandle.orderAgreeRefund(orderBean, request);
......
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