Просмотр исходного кода

update refund

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
898b6b3b6c
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java

+ 2
- 0
mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java Просмотреть файл

@@ -14,6 +14,7 @@ import com.iformall.utils.DateUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Async;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -31,6 +32,7 @@ public class MsgSendingSchedule {
private WxMsgMapper wxMsgMapper;
@Autowired
private MqBaseProducer mqBaseProducer;
@Lazy
@Autowired
private WxMsgService WxMsgService;



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