作者 tangxvhui

调整时间限制

... ... @@ -44,9 +44,9 @@ func (notices notifyConfirmEvaluationScore) ifSend(index int) (bool, error) {
//检查时间
nowTime := time.Now()
// if nowTime.Day() > 10 {
// return false, nil
// }
if nowTime.Day() > 10 {
return false, nil
}
transactionContext, err := factory.CreateTransactionContext(nil)
if err != nil {
... ...