Commit 80be91da by guojuxing

订购详情服务修改,如果是空,不再返回错误,而是null

parent f3812872
......@@ -543,7 +543,7 @@ public class EnterpriseController {
TransferAccountsApprovalDTO transfer = transferResult.getResult();
TransferApprovalServiceVO vo = EntityUtil.changeEntityNew(TransferApprovalServiceVO.class, transfer);
ServiceResponse<OrderDTO> orderResult = orderApiService.getOrderForFinance(transfer.getOrderNumber());
ServiceResponse<OrderDTO> orderResult = orderApiService.getOrderForFinance(orderNum);
if (orderResult.isSuccess()) {
OrderDTO orderDTO = orderResult.getResult();
vo.setOrderCreateTime(orderDTO.getCreateTime());
......
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