@@ -155,6 +155,7 @@ func (this *UserReadRecordController) List() {
pars = append(pars, createStartDate)
}
if createEndDate != "" {
+ condition += " AND u.create_time<? "
pars = append(pars, createEndDate)
if pageSize <= 0 {