|
@ -44,7 +44,6 @@ public class ApplicationReadyEventListener implements ApplicationListener<Applic |
|
|
EnvEnum currentEnv = EnvEnum.getCurrentEnv(); |
|
|
EnvEnum currentEnv = EnvEnum.getCurrentEnv(); |
|
|
logger.info(currentEnv); |
|
|
logger.info(currentEnv); |
|
|
if (!EnvEnum.DEV.getCode().equals(currentEnv.getCode()) && !EnvEnum.LOCAL.getCode().equals(currentEnv.getCode())) { |
|
|
if (!EnvEnum.DEV.getCode().equals(currentEnv.getCode()) && !EnvEnum.LOCAL.getCode().equals(currentEnv.getCode())) { |
|
|
//sendDingTextMsg();
|
|
|
|
|
|
sendDingMarkDownMsg(); |
|
|
sendDingMarkDownMsg(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|