gongfuzhu 1 년 전
부모
커밋
9ebe453187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

@@ -47,7 +47,7 @@ public class PaymentService {
             //todo 处理发货
             return ResultContent.buildContent(content);
         }
-        return null;
+        return query;
     }
 
     public ResultContent applicantRefund(ApplicantRefundParam2Model applicantRefundParam2Model) {