|
@@ -226,7 +226,7 @@ func GetRsCalendarMeetingUserByRaiWeekly(condition string, startSize, pageSize i
|
|
return
|
|
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 {
|
|
if startSize > 0 || pageSize > 0 {
|
|
sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
|
|
sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
|
|
}
|
|
}
|