|
|
@@ -1070,7 +1070,7 @@ func (s *ServiceStatisticsLog) RegularCheckPc() {
|
|
|
if _, ok := mpsPerson[name]; ok {
|
|
|
mobile = append(mobile, mpsPerson[name].MobilePhoneNumber)
|
|
|
}
|
|
|
- ct = fmt.Sprintf("<font color=\"warning\">%s</font>:", ct)
|
|
|
+ ct = fmt.Sprintf("<font color=\"warning\">%s</font>", ct)
|
|
|
ct = c + ct
|
|
|
go s.SendContent(ct, mpsPerson[name].Url)
|
|
|
}
|