Commit f3912bca by 蒋小洋

野翠山发票订单列表查询新接口

parent 9e6e7a63
......@@ -492,7 +492,6 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
OrderUserConditionsReq request = orderSdkAdapter.convent2QueryOrdersRequest(queryOrdersRequest);
request.setInvoiceState(queryOrdersRequest.getInvoiceState());
request.setOrderStatus(Arrays.asList(queryOrdersRequest.getStatus()));
request.setOrderType(Arrays.asList(queryOrdersRequest.getQueryOrderType()));
com.freemud.application.sdk.api.ordercenter.response.OrderBaseResp<QueryOrderForUserResp> userorderResponse = orderSdkService.queryOrderNew(request, queryOrdersRequest.getTrackingNo());
return orderSdkAdapter.convent2QueryOrdersResponse(userorderResponse);
}
......
......@@ -1209,7 +1209,6 @@ public class OrderServiceImpl implements Orderservice {
QueryOrdersDto queryOrdersDto = orderAdapter.convent2QueryOrdersDto(queryOrderDto, userId, channelType);
QueryOrdersRequest queryOrdersRequest2 = new QueryOrdersRequest();
queryOrdersRequest2.setQueryOrderType(queryOrderVo.getQueryOrderType());
BeanUtil.convertBean(queryOrdersDto, queryOrdersRequest2);
queryOrdersRequest2.setTrackingNo(LogThreadLocal.getTrackingNo());
Integer invoiceState = 1;
......
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