Procházet zdrojové kódy

tt

release_toaliyun_real
xhxu před 5 roky
rodič
revize
39549c111e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCreditHistoryServiceImpl.java Zobrazit soubor

@@ -26,6 +26,7 @@ import org.apache.commons.lang3.StringUtils;
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.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
@@ -89,6 +90,7 @@ public class WxCreditHistoryServiceImpl implements WxCreditHistoryService {
@Autowired
private WxMallService wxMallService;

@Lazy
@Autowired
private WxMsgService wxMsgService;



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