|
|
|
@@ -17,43 +17,31 @@ import org.springframework.stereotype.Service; |
|
|
|
@Service |
|
|
|
public class MqBaseConsumer { |
|
|
|
private final Logger log = LoggerFactory.getLogger(this.getClass()); |
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
private WxMsgRecordMapper wxMsgRecordMapper; |
|
|
|
|
|
|
|
@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; |
|
|
|
|
|
|
|
@@ -63,14 +51,12 @@ public class MqBaseConsumer { |
|
|
|
//@Autowired |
|
|
|
//private FmInsideNotifyPaySuccessMsgServiceImpl fmInsideNotifyPaySuccessMsgService; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
private FmInsideNotifyRefundSuccessMsgServiceImpl fmInsideNotifyRefundSuccessMsgService; |
|
|
|
|
|
|
|
//@Autowired |
|
|
|
//UpdateCouponStockMsgServiceImpl updateCouponStockMsgService; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
private FmInsideCashOutMsgServiceImpl fmInsideCashOutMsgService; |
|
|
|
|
|
|
|
|