|
@@ -130,7 +130,6 @@ func (this *VideoController) List() {
|
|
|
} else if dateType == 4 {
|
|
|
publishDate = time.Now().AddDate(-100, 0, 0).Format(utils.FormatDate)
|
|
|
}
|
|
|
-
|
|
|
if publishDate != "" {
|
|
|
condition += ` AND a.publish_time >=? `
|
|
|
pars = append(pars, publishDate)
|