浏览代码

故宫博物馆需求

dengsixing 11 月之前
父节点
当前提交
a9934be18a
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildLiguangServiceImpl.java

+ 0 - 5
src/main/java/com/fdkankan/contro/mq/service/impl/BuildLiguangServiceImpl.java

@@ -329,11 +329,6 @@ public class BuildLiguangServiceImpl implements IBuildSceneService {
             scenePlusService.updateById(scenePlus);
             scenePlusExtService.updateById(scenePlusExt);
 
-            //国际环境需要发邮件通知
-            if("eur".equals(env)){
-                commonService.sendEmail(sceneCode);
-            }
-
             log.info("场景计算结果处理结束,场景码:{}", sceneCode);
 
         }catch (Exception e){