generated from dellevin/template
android:v0.2.9
This commit is contained in:
@@ -45,6 +45,8 @@ class BookDao {
|
||||
switch (sortMode) {
|
||||
case 1: return 'created_at DESC';
|
||||
case 2: return 'rating DESC NULLS LAST, updated_at DESC';
|
||||
case 3: return 'start_date DESC NULLS LAST, created_at DESC';
|
||||
case 4: return 'publish_date DESC NULLS LAST, created_at DESC';
|
||||
default: return 'updated_at DESC';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user