Commit f05c1f2f authored by zhengyi's avatar zhengyi

补充费用申请的详情获取接口

parent d4fa0cb4
......@@ -156,7 +156,7 @@ public class OrderFeeApplicationController {
}
@GetMapping("/approval/get")
@ApiOperation("获得订单费用申请")
@ApiOperation("获得订单审批费用申请")
@ApiImplicitParam(name = "id", value = "审批id", required = true, example = "1024", dataTypeClass = Long.class)
public CommonResult<OrderFeeApplicationBackVO> getApprovalFeeApplication(@RequestParam("id") Long id) {
OrderFeeApplicationDO feeApplication = feeApplicationService.getApprovalFeeApplication(id);
......
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