Commit b381413d by 周晓航

bug修复 日志删除

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 47a196a3
......@@ -624,7 +624,7 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
if (orderTask != null) {
avoidVersionUpgrade(orderTask,partnerId);
}
return null;
return orderTask;
}
/**
......@@ -803,7 +803,6 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
@Override
public BaseOrderResponse orderCancel(CancelOrderRequest cancelOrderRequest) {
ApiLog.info("fisherman 查看申请售后单信息",JSON.toJSONString(cancelOrderRequest));
OrderCancelReq request = new OrderCancelReq();
//商户号必传
request.setPartnerId(cancelOrderRequest.getPartnerId());
......@@ -834,7 +833,6 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
request.setTimeOut(AutoOrderConfigTime.getTime(configuration.getAutoChargebackOrderTime()));
}
OrderTaskReq orderTask = setAfterSalesOrderTimeOutTask(configuration,cancelOrderRequest.getPartnerId());
ApiLog.info("fisherman orderTask",JSON.toJSONString(configuration),JSON.toJSONString(orderTask));
request.setOrderTask(orderTask);
}
request.setRefundDeliveryAmount(cancelOrderRequest.isRefundDeliveryAmount());
......
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