winter 4 лет назад
Родитель
Сommit
5b15c19c01
1 измененных файлов: 11 добавлений и 0 удалений
  1. +11
    -0
      mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java

+ 11
- 0
mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java Просмотреть файл

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


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