Просмотр исходного кода

莫名奇妙的循环依赖

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
7607a3f301
2 измененных файлов: 1 добавлений и 2 удалений
  1. +0
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java
  2. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxMsgServiceImpl.java

+ 0
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java Просмотреть файл

@@ -40,8 +40,6 @@ public class WxCouponSendServiceImpl implements WxCouponSendService {
@Autowired @Autowired
WxCouponSendMapper wxCouponSendMapper; WxCouponSendMapper wxCouponSendMapper;
@Autowired @Autowired
WxCouponOrderService wxCouponOrderService;
@Autowired
WxCouponService wxCouponService; WxCouponService wxCouponService;
@Autowired @Autowired
WxCouponActionLogService wxCouponActionLogService; WxCouponActionLogService wxCouponActionLogService;


+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxMsgServiceImpl.java Просмотреть файл

@@ -60,6 +60,7 @@ public class WxMsgServiceImpl implements WxMsgService {


@Autowired @Autowired
WxMsgModelMapper wxMsgModelMapper; WxMsgModelMapper wxMsgModelMapper;

@Autowired @Autowired
WxTemplateMsgMapper wxTemplateMsgMapper; WxTemplateMsgMapper wxTemplateMsgMapper;




Загрузка…
Отмена
Сохранить