Browse Source

增加cdn

wcj 5 years ago
parent
commit
91958b5d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/subscribepay/src/report/report.go

+ 1 - 1
src/jfw/modules/subscribepay/src/report/report.go

@@ -339,7 +339,7 @@ func getDateSection(start, end int64) string {
 	s := time.Unix(start, 0)
 	s := time.Unix(start, 0)
 	e := time.Unix(end, 0)
 	e := time.Unix(end, 0)
 	for {
 	for {
-		if !s.Before(e) {
+		if s.After(e) {
 			break
 			break
 		}
 		}
 		array = append(array, qutil.FormatDate(&s, qutil.Date_Short_Layout))
 		array = append(array, qutil.FormatDate(&s, qutil.Date_Short_Layout))