gongfuzhu 1 rok pred
rodič
commit
87f15e7a68

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

@@ -45,6 +45,7 @@ public class PaymentService {
         if (content.getStatus().equals("TRADE_SUCCESS")) {
 
             //todo 处理发货
+            return ResultContent.buildContent(content);
         }
         return null;
     }