Bläddra i källkod

莫名奇妙的循环依赖

release_toaliyun_real
xhxu 4 år sedan
förälder
incheckning
7607a3f301
2 ändrade filer med 1 tillägg och 2 borttagningar
  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 Visa fil

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


+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxMsgServiceImpl.java Visa fil

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

@Autowired
WxMsgModelMapper wxMsgModelMapper;

@Autowired
WxTemplateMsgMapper wxTemplateMsgMapper;



Laddar…
Avbryt
Spara