|
|
@@ -15,6 +15,7 @@ import okhttp3.Response;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.PostConstruct;
|
|
|
@@ -53,6 +54,7 @@ public class PaymentService implements PaymentServiceInterface {
|
|
|
@Resource
|
|
|
private CommissionService commissionService;
|
|
|
|
|
|
+ @Lazy
|
|
|
@Resource
|
|
|
private ProductOrderService productOrderService;
|
|
|
|