...
|
...
|
@@ -150,7 +150,7 @@ func (srv TaskService) listTaskAnomaly2(param *command.ListTaskAnomalyCommand) ( |
|
|
item.AnomalyDesc2 = map[string]string{
|
|
|
"types": "2",
|
|
|
"dayTime": recordBegin.Local().Format("2006-01-02"),
|
|
|
"interval": strconv.Itoa(subDay),
|
|
|
"interval": strconv.Itoa(val.AssessFlag),
|
|
|
"noticeWho": strings.Join(noticeWho, ","),
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -315,7 +315,7 @@ func (srv TaskService) listTaskAnomaly3(param *command.ListTaskAnomalyCommand) ( |
|
|
item.AnomalyDesc2 = map[string]string{
|
|
|
"types": "2",
|
|
|
"dayTime": recordBegin.Local().Format("2006-01-02"),
|
|
|
"interval": strconv.Itoa(subDay),
|
|
|
"interval": strconv.Itoa(val.AssessFlag),
|
|
|
"noticeWho": strings.Join(noticeWho, ","),
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -535,7 +535,7 @@ func (srv TaskService) ListTaskAnomaly1(param *command.ListTaskAnomalyCommand) ( |
|
|
item.AnomalyDesc2 = map[string]string{
|
|
|
"types": "2",
|
|
|
"dayTime": recordBegin.Local().Format("2006-01-02"),
|
|
|
"interval": strconv.Itoa(subDay),
|
|
|
"interval": strconv.Itoa(val.AssessFlag),
|
|
|
"noticeWho": strings.Join(noticeWho, ","),
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -993,7 +993,7 @@ func (srv TaskService) TaskAnomalyInfo(param *command.GetTaskAnomalyCommand) (*a |
|
|
result.AnomalyDesc2 = map[string]string{
|
|
|
"types": "2",
|
|
|
"dayTime": recordBegin.Local().Format("2006-01-02"),
|
|
|
"interval": strconv.Itoa(subDay),
|
|
|
"interval": strconv.Itoa(anomalyData.AssessFlag),
|
|
|
"noticeWho": strings.Join(noticeWho, ","),
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -1301,7 +1301,7 @@ func (srv TaskService) ListTaskAnomaly4(param *command.ListTaskAnomalyCommand) ( |
|
|
item.AnomalyDesc2 = map[string]string{
|
|
|
"types": "2",
|
|
|
"dayTime": recordBegin.Local().Format("2006-01-02"),
|
|
|
"interval": strconv.Itoa(subDay),
|
|
|
"interval": strconv.Itoa(val.AssessFlag),
|
|
|
"noticeWho": strings.Join(noticeWho, ","),
|
|
|
}
|
|
|
}
|
...
|
...
|
|