generated from dellevin/template
windows版本初步完成
This commit is contained in:
@@ -40,7 +40,7 @@ class NoteDao {
|
||||
switch (sortMode) {
|
||||
case 1: return 'is_pinned DESC, created_at DESC';
|
||||
case 2: return 'is_pinned DESC, title COLLATE NOCASE ASC';
|
||||
default: return 'is_pinned DESC, updated_at DESC';
|
||||
default: return 'is_pinned DESC, created_at DESC';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user