Procházet zdrojové kódy

update refund

release_toaliyun_real
xhxu před 4 roky
rodič
revize
898b6b3b6c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java

+ 2
- 0
mallinkSchedule/src/main/java/com/iformall/schedule/MsgSendingSchedule.java Zobrazit soubor

@@ -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;



Načítá se…
Zrušit
Uložit