Browse Source

测试服务器时间差

宋伯文 4 months ago
parent
commit
5bba29128b
1 changed files with 2 additions and 0 deletions
  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)).