|
@@ -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)).
|