Bläddra i källkod

fix bug

release_toaliyun_real
winter 4 år sedan
förälder
incheckning
5b15c19c01
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. +11
    -0
      mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java

+ 11
- 0
mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java Visa fil

@@ -18,30 +18,39 @@ import org.springframework.stereotype.Service;
public class MqBaseConsumer {
private final Logger log = LoggerFactory.getLogger(this.getClass());
@Lazy
@Autowired
private SendSmsServiceImpl sendSmsService;
@Lazy
@Autowired
private SendCallBackSmsServiceImpl sendCallBackSmsService;
@Lazy
@Autowired
private SendEmailServiceImpl sendEmailService;
@Lazy
@Autowired
private SendSmartAppMsgServiceImpl sendSmartAppMsgService;
@Lazy
@Autowired
private SendMpMsgServiceImpl sendMpMsgService;
@Lazy
@Autowired
private SendWeappUniformMsgServiceImpl sendWeappUniformMsgService;
@Lazy
@Autowired
private FmInsideOrderSuccessMsgServiceImpl fmInsideOrderSuccessMsgService;
@Lazy
@Autowired
private FmInsideCouponVerifyMsgServiceImpl fmInsideCouponVerifyMsgService;
@Lazy
@Autowired
private FmInsideCLoginMsgServiceImpl fmInsideCLoginMsgService;
@@ -51,12 +60,14 @@ public class MqBaseConsumer {
//@Autowired
//private FmInsideNotifyPaySuccessMsgServiceImpl fmInsideNotifyPaySuccessMsgService;
@Lazy
@Autowired
private FmInsideNotifyRefundSuccessMsgServiceImpl fmInsideNotifyRefundSuccessMsgService;
//@Autowired
//UpdateCouponStockMsgServiceImpl updateCouponStockMsgService;
@Lazy
@Autowired
private FmInsideCashOutMsgServiceImpl fmInsideCashOutMsgService;


Laddar…
Avbryt
Spara