作者 tangxvhui

临时调整时间

@@ -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 {