Merge branch 'develop' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into master-jdk17

This commit is contained in:
YunaiV
2024-05-01 08:37:56 +08:00
50 changed files with 926 additions and 179 deletions

View File

@ -36,13 +36,15 @@ public class PayWalletServiceImpl implements PayWalletService {
@Resource
private PayWalletMapper walletMapper;
@Resource
@Lazy // 延迟加载,避免循环依赖
private PayWalletTransactionService walletTransactionService;
@Resource
@Lazy
@Lazy // 延迟加载,避免循环依赖
private PayOrderService orderService;
@Resource
@Lazy
@Lazy // 延迟加载,避免循环依赖
private PayRefundService refundService;
@Override