Commit 3dbd5cd9 authored by 332784038@qq.com's avatar 332784038@qq.com

文档字段映射错误修复

parent 4bb44379
......@@ -58,7 +58,7 @@ public class BatchOrderFeeApplyController {
@GetMapping("/getInfoByFormId")
@ApiOperation("根据流程实例id获得批量费用申请详情")
@ApiImplicitParam(name = "id", value = "编号", required = true, example = "1024", dataTypeClass = Long.class)
@ApiImplicitParam(name = "formId", value = "编号", required = true, example = "1024", dataTypeClass = Long.class)
@PreAuthorize("@ss.hasPermission('ecw:batch-order-fee-apply:query')")
public CommonResult<BatchOrderFeeApplyBackVO> getInfoByFormId(@RequestParam("formId") Long formId) {
return success(batchOrderFeeApplyService.getInfoByFormId(formId));
......
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