generated from dellevin/template
windows版本初步完成
This commit is contained in:
@@ -45,7 +45,7 @@ class GameDao {
|
||||
switch (sortMode) {
|
||||
case 1: return 'created_at DESC';
|
||||
case 2: return 'rating DESC NULLS LAST, updated_at DESC';
|
||||
default: return 'updated_at DESC';
|
||||
default: return 'created_at DESC';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user