|
@@ -4681,7 +4681,7 @@ func (this *ActivityCoAntroller) ActivityVideoHistoryAdd() {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -4815,22 +4815,22 @@ func (this *ActivityCoAntroller) OverActivityList() {
|
|
|
if whichDay != "" {
|
|
|
var startDate string
|
|
|
var endDate string
|
|
|
- if whichDay == "1" {
|
|
|
+ if whichDay == "3" {
|
|
|
startDate = utils.GetNowWeekMonday().Format(utils.FormatDate)
|
|
|
endDate = utils.GetNowWeekSunday().Format(utils.FormatDate)
|
|
|
- } else if whichDay == "2" {
|
|
|
+ } else if whichDay == "4" {
|
|
|
startDate = utils.GetLastWeekMonday().Format(utils.FormatDate)
|
|
|
endDate = utils.GetLastWeekSunday().Format(utils.FormatDate)
|
|
|
- } else if whichDay == "3" {
|
|
|
+ } else if whichDay == "5" {
|
|
|
startDate = utils.GetNowMonthFirstDay().Format(utils.FormatDate)
|
|
|
endDate = utils.GetNowMonthLastDay().Format(utils.FormatDate)
|
|
|
- } else if whichDay == "4" {
|
|
|
+ } else if whichDay == "6" {
|
|
|
startDate = utils.GetLastMonthFirstDay().Format(utils.FormatDate)
|
|
|
endDate = utils.GetLastMonthLastDay().Format(utils.FormatDate)
|
|
|
- } else if whichDay == "1,2" {
|
|
|
+ } else if whichDay == "3,4" {
|
|
|
startDate = utils.GetLastWeekMonday().Format(utils.FormatDate)
|
|
|
endDate = utils.GetNowWeekSunday().Format(utils.FormatDate)
|
|
|
- } else if whichDay == "3,4" {
|
|
|
+ } else if whichDay == "5,6" {
|
|
|
startDate = utils.GetLastMonthFirstDay().Format(utils.FormatDate)
|
|
|
endDate = utils.GetNowMonthLastDay().Format(utils.FormatDate)
|
|
|
} else {
|