소스 검색

feat(退款管理):提交

Wangyafan 7 달 전
부모
커밋
747d70b5ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/sunxung/factoring/web/refundManagement/RefundManagementApiController.java

+ 1 - 1
src/main/java/com/sunxung/factoring/web/refundManagement/RefundManagementApiController.java

@@ -31,7 +31,7 @@ public class RefundManagementApiController {
 
     @RequestMapping("/handleCashFlow")
     @OperationLog(operationModule = "退款管理", operationType = OperationTypeEnum.INSERT, description = "sop回调")
-    public ResponseJson doCreate(BillingNonbusinessManageFactoringentry nobusinessManage) {
+    public ResponseJson doCreate(@RequestBody BillingNonbusinessManageFactoringentry nobusinessManage) {
         refundManagementApprovalService.handleCashFlow(nobusinessManage);
         return new ResponseJson("操作成功!");
     }