Browse Source

no message

xingzai 6 months ago
parent
commit
8ef585a189
1 changed files with 1 additions and 1 deletions
  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)
 	}