正在显示
1 个修改的文件
包含
3 行增加
和
4 行删除
@@ -5,7 +5,6 @@ import ( | @@ -5,7 +5,6 @@ import ( | ||
5 | "strconv" | 5 | "strconv" |
6 | "time" | 6 | "time" |
7 | 7 | ||
8 | - "gitlab.fjmaimaimai.com/allied-creation/performance/pkg/constant" | ||
9 | "gitlab.fjmaimaimai.com/allied-creation/performance/pkg/infrastructure/serviceGateway" | 8 | "gitlab.fjmaimaimai.com/allied-creation/performance/pkg/infrastructure/serviceGateway" |
10 | "gitlab.fjmaimaimai.com/allied-creation/performance/pkg/log" | 9 | "gitlab.fjmaimaimai.com/allied-creation/performance/pkg/log" |
11 | 10 | ||
@@ -279,9 +278,9 @@ func TaskSendSummaryEvaluation() error { | @@ -279,9 +278,9 @@ func TaskSendSummaryEvaluation() error { | ||
279 | 278 | ||
280 | // 发送短信通知 | 279 | // 发送短信通知 |
281 | func sendSmsEvalation(param []domain.SummaryEvaluation) error { | 280 | func sendSmsEvalation(param []domain.SummaryEvaluation) error { |
282 | - if constant.Env != "prd" { | ||
283 | - return nil | ||
284 | - } | 281 | + // if constant.Env != "prd" { |
282 | + // return nil | ||
283 | + // } | ||
285 | //处理短信发送 | 284 | //处理短信发送 |
286 | //过滤去重 处理需要发送改执行人的消息 执行人id=>domain.LogSms | 285 | //过滤去重 处理需要发送改执行人的消息 执行人id=>domain.LogSms |
287 | noticeMap := map[string]*domain.LogSms{} | 286 | noticeMap := map[string]*domain.LogSms{} |
-
请 注册 或 登录 后发表评论