gongfuzhu 1 рік тому
батько
коміт
901a0c0216

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/step/CreateOrderStep.java

@@ -4,7 +4,7 @@ import com.github.microservice.auth.client.content.ResultContent;
 import com.github.microservice.auth.client.content.ResultState;
 import com.github.microservice.auth.security.helper.AuthHelper;
 import com.zhongshu.payment.client.model.order.CreateOrder2Model;
-import com.zhongshu.payment.client.service.OrderService2;
+import com.zhongshu.payment.client.service.v2.OrderService2;
 import com.zswl.cloud.shop.client.service.ShopService;
 import com.zswl.cloud.shop.client.vo.life.ShopDetailVo;
 import com.zswl.cloud.springBtach.server.core.helper.RedisHelper;

+ 0 - 2
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/step/PaymentStep.java

@@ -3,7 +3,6 @@ package com.zswl.cloud.springBtach.server.core.step;
 import com.github.microservice.auth.client.content.ResultContent;
 import com.zhongshu.payment.client.model.payment.CreateResponseModel;
 import com.zhongshu.payment.client.model.payment.zswl.CreatePaymentModel2;
-import com.zhongshu.payment.client.service.OrderService2;
 import com.zhongshu.payment.client.service.PaymentService2;
 import org.springframework.batch.core.Job;
 import org.springframework.batch.core.Step;
@@ -21,7 +20,6 @@ import org.springframework.context.annotation.Configuration;
 import org.springframework.context.annotation.Lazy;
 
 import javax.annotation.Resource;
-import java.util.Map;
 
 @EnableBatchProcessing
 @Configuration