Selaa lähdekoodia

fix bug

release_toaliyun_real
winter 4 vuotta sitten
vanhempi
commit
27c5d9c7d4
1 muutettua tiedostoa jossa 0 lisäystä ja 14 poistoa
  1. +0
    -14
      mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java

+ 0
- 14
mallinkMQConsumer/src/main/java/com/iformall/mq/MqBaseConsumer.java Näytä tiedosto

@@ -17,43 +17,31 @@ import org.springframework.stereotype.Service;
@Service @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
private WxMsgRecordMapper wxMsgRecordMapper;
@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;
@@ -63,14 +51,12 @@ 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;


Ladataan…
Peruuta
Tallenna