xingzai hai 6 meses
pai
achega
8ef585a189
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/roadshow/rs_calendar_meeting_user.go

+ 1 - 1
models/roadshow/rs_calendar_meeting_user.go

@@ -226,7 +226,7 @@ func GetRsCalendarMeetingUserByRaiWeekly(condition string, startSize, pageSize i
 		return
 	}
 
-	sql += ` ORDER BY  start_date  DESC `
+	sql += `ORDER BY  b.start_date   DESC ,b.start_time   DESC , a.rs_calendar_id DESC   `
 	if startSize > 0 || pageSize > 0 {
 		sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
 	}