Explorar el Código

莫名奇妙的循环依赖

release_toaliyun_real
xhxu hace 4 años
padre
commit
7607a3f301
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

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

@Autowired
WxMsgModelMapper wxMsgModelMapper;

@Autowired
WxTemplateMsgMapper wxTemplateMsgMapper;



Cargando…
Cancelar
Guardar