@@ -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){