Ver Fonte

no message

FengChaoYu há 8 meses atrás
pai
commit
72d4b8f3fc

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/controller/material/worker/NewRefundController.java

@@ -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