Quellcode durchsuchen

fix 修复一些BUG

A17404李放 vor 3 Jahren
Ursprung
Commit
9a3c175ce1

+ 1 - 4
nb-common/src/main/java/com/nb/common/notice/wechat/EnterpriseWeChatNotify.java

@@ -17,9 +17,6 @@ import org.springframework.scheduling.annotation.Async;
 import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Component;
 
-import javax.annotation.PostConstruct;
-import java.util.concurrent.*;
-
 
 /**
  * @author lifang
@@ -29,7 +26,7 @@ import java.util.concurrent.*;
  * @createTime 2022年07月19日 15:21:00
  */
 @Component
-//@Profile("prod")
+@Profile("prod")
 public class EnterpriseWeChatNotify {
     @Autowired
     private DiskSpaceHealthIndicator spaceHealthIndicator;