正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -108,11 +108,11 @@ func (notices *notifySms) checkSendSms() error { | @@ -108,11 +108,11 @@ func (notices *notifySms) checkSendSms() error { | ||
108 | }() | 108 | }() |
109 | logSmsRepo := factory.CreateLogSmsRepository(map[string]interface{}{"transactionContext": transactionContext}) | 109 | logSmsRepo := factory.CreateLogSmsRepository(map[string]interface{}{"transactionContext": transactionContext}) |
110 | nowTime := time.Now() | 110 | nowTime := time.Now() |
111 | - nowDay := dayZeroTime(nowTime) | 111 | + // nowDay := dayZeroTime(nowTime) |
112 | _, logSmsList, err := logSmsRepo.Find(map[string]interface{}{ | 112 | _, logSmsList, err := logSmsRepo.Find(map[string]interface{}{ |
113 | "status": string(domain.SmsWait), | 113 | "status": string(domain.SmsWait), |
114 | "executeAtEnd": nowTime, | 114 | "executeAtEnd": nowTime, |
115 | - "executeAtBegin": nowDay, | 115 | + // "executeAtBegin": nowDay, |
116 | "limit": 1000, | 116 | "limit": 1000, |
117 | }) | 117 | }) |
118 | if err != nil { | 118 | if err != nil { |
-
请 注册 或 登录 后发表评论