|
@@ -59,7 +59,7 @@ public class NewRefundController {
|
|
|
FieldUtils.exportData(stockBeanIPage.getRecords(), zfireParamBean.getExportFields(), request, response);
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/detail")
|
|
|
+ @PostMapping("/detail")
|
|
|
@ApiOperation(value = "新件返还管理详情")
|
|
|
public ResponseHelper<NewRefundManageBean> detail(
|
|
|
@ApiParam(value = "申请单号", required = true) @RequestParam String applyNo
|