Ver código fonte

测试服务器时间差

宋伯文 4 meses atrás
pai
commit
5bba29128b
1 arquivos alterados com 2 adições e 0 exclusões
  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 记录
 		// 查询 node 对应的 stage 记录
 		lowerBound := startTime.Add(-time.Minute * time.Duration(node.NoReplyCondition*coef+2))
 		lowerBound := startTime.Add(-time.Minute * time.Duration(node.NoReplyCondition*coef+2))
 		upperBound := startTime.Add(-time.Minute * time.Duration(node.NoReplyCondition*coef))
 		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 {
 		if node.ParentID == 0 {
 			messages, _ = l.svcCtx.DB.MessageRecords.Query().
 			messages, _ = l.svcCtx.DB.MessageRecords.Query().
 				Where(messagerecords.StatusEQ(3)).
 				Where(messagerecords.StatusEQ(3)).