Quellcode durchsuchen

测试服务器时间差

宋伯文 vor 4 Monaten
Ursprung
Commit
5bba29128b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      crontask/send_wx_on_timeout.go

+ 2 - 0
crontask/send_wx_on_timeout.go

@@ -50,6 +50,8 @@ func (l *CronTask) sendWxOnTimeout() {
 		// 查询 node 对应的 stage 记录
 		lowerBound := startTime.Add(-time.Minute * time.Duration(node.NoReplyCondition*coef+2))
 		upperBound := startTime.Add(-time.Minute * time.Duration(node.NoReplyCondition*coef))
+		l.Logger.Errorf("------------------------lowerBound--------------------------- %+v", lowerBound)
+		l.Logger.Errorf("------------------------now--------------------------- %+v", time.Now())
 		if node.ParentID == 0 {
 			messages, _ = l.svcCtx.DB.MessageRecords.Query().
 				Where(messagerecords.StatusEQ(3)).