正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -44,9 +44,9 @@ func (notices notifyConfirmEvaluationScore) ifSend(index int) (bool, error) { | @@ -44,9 +44,9 @@ func (notices notifyConfirmEvaluationScore) ifSend(index int) (bool, error) { | ||
44 | 44 | ||
45 | //检查时间 | 45 | //检查时间 |
46 | nowTime := time.Now() | 46 | nowTime := time.Now() |
47 | - if nowTime.Day() > 10 { | ||
48 | - return false, nil | ||
49 | - } | 47 | + // if nowTime.Day() > 10 { |
48 | + // return false, nil | ||
49 | + // } | ||
50 | 50 | ||
51 | transactionContext, err := factory.CreateTransactionContext(nil) | 51 | transactionContext, err := factory.CreateTransactionContext(nil) |
52 | if err != nil { | 52 | if err != nil { |
-
请 注册 或 登录 后发表评论