|
@@ -12,6 +12,7 @@ import cn.newfeifan.mall.module.pay.dal.redis.no.PayNoRedisDAO;
|
|
|
import cn.newfeifan.mall.module.pay.enums.wallet.PayWalletBizTypeEnum;
|
|
|
import cn.newfeifan.mall.module.pay.service.wallet.bo.WalletTransactionCreateReqBO;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
|
|
@@ -38,6 +39,7 @@ public class PayWalletTransactionServiceImpl implements PayWalletTransactionServ
|
|
|
private static final String WALLET_NO_PREFIX = "W";
|
|
|
|
|
|
@Resource
|
|
|
+ @Lazy
|
|
|
private PayWalletService payWalletService;
|
|
|
@Resource
|
|
|
private PayWalletTransactionMapper payWalletTransactionMapper;
|