Commit 0c388193 by guojuxing

转账审批详情接口修改

parent a5c2f431
......@@ -152,7 +152,7 @@ public class TransferAccountsApprovalController {
vo.setExpandPackageVOList(expandPackageVOList);
}
}
return RestResponse.success(orderDTO);
return RestResponse.success(vo);
} else {
return EnterpriseRestResponse.failure(orderResult);
}
......
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