|
|
@@ -939,8 +939,8 @@ func (s *SyncData) TaskMsgSendRetainedDataUpdate(ctx context.Context, completesI
|
|
|
if len(mps) == 0 {
|
|
|
global.GVA_LOG.Warn(retained)
|
|
|
}
|
|
|
- b, _ := json.Marshal(mps)
|
|
|
- global.GVA_LOG.Warn(string(b))
|
|
|
+ //b, _ := json.Marshal(mps)
|
|
|
+ //global.GVA_LOG.Warn(string(b))
|
|
|
mpsPerson, _ := s.Person.GetUserInfoData()
|
|
|
retained += fmt.Sprintf("<font color=\"warning\">%s</font>", time.Now().Format("2006-01-02 15:04:05"))
|
|
|
var errMsg = "**以下游戏目标效率为零:**"
|
|
|
@@ -1108,7 +1108,7 @@ func (s *SyncData) TaskMsgSendRetainedDataUpdate(ctx context.Context, completesI
|
|
|
}
|
|
|
go s.TaskMsgSendDirector(ctx, msgType, PErrSendMsg, mpsPerson, hour, date, 60, false)
|
|
|
}
|
|
|
- global.GVA_LOG.Warn(msg)
|
|
|
+ //global.GVA_LOG.Warn(msg)
|
|
|
_ = s.cache.SetCacheStr(ctx, lastMsgSendTimeKey, time.Now().Unix())
|
|
|
if msg == "" {
|
|
|
return
|
|
|
@@ -1342,7 +1342,7 @@ func (s *SyncData) TaskMsgSendFreeDataUpdate(ctx context.Context, completesInfo
|
|
|
//msg += errMsg + errMsgZ
|
|
|
msg += fmt.Sprintf("<font color=\"warning\">%s</font>", errMsg+errMsgZ)
|
|
|
}
|
|
|
- global.GVA_LOG.Warn(msg)
|
|
|
+ //global.GVA_LOG.Warn(msg)
|
|
|
_ = s.cache.SetCacheStr(ctx, lastFreeMsgSendTimeKey, time.Now().Unix())
|
|
|
url := global.GVA_CONFIG.SendUrl.ComputerSendUrl
|
|
|
var sendData SendMsg
|