...
|
...
|
@@ -5,7 +5,6 @@ import ( |
|
|
"strconv"
|
|
|
"time"
|
|
|
|
|
|
"gitlab.fjmaimaimai.com/allied-creation/performance/pkg/constant"
|
|
|
"gitlab.fjmaimaimai.com/allied-creation/performance/pkg/infrastructure/serviceGateway"
|
|
|
"gitlab.fjmaimaimai.com/allied-creation/performance/pkg/log"
|
|
|
|
...
|
...
|
@@ -279,9 +278,9 @@ func TaskSendSummaryEvaluation() error { |
|
|
|
|
|
// 发送短信通知
|
|
|
func sendSmsEvalation(param []domain.SummaryEvaluation) error {
|
|
|
if constant.Env != "prd" {
|
|
|
return nil
|
|
|
}
|
|
|
// if constant.Env != "prd" {
|
|
|
// return nil
|
|
|
// }
|
|
|
//处理短信发送
|
|
|
//过滤去重 处理需要发送改执行人的消息 执行人id=>domain.LogSms
|
|
|
noticeMap := map[string]*domain.LogSms{}
|
...
|
...
|
|