Browse Source

莫名奇妙的循环依赖

release_toaliyun_real
xhxu 4 years ago
parent
commit
7607a3f301
2 changed files with 1 additions and 2 deletions
  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 View File

@@ -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 View File

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

@Autowired
WxMsgModelMapper wxMsgModelMapper;

@Autowired
WxTemplateMsgMapper wxTemplateMsgMapper;



Loading…
Cancel
Save