|
@@ -595,7 +595,7 @@ namespace GxPress.Repository.Implement
|
|
|
tede_topic
|
|
|
WHERE
|
|
|
GroupId > 0 AND UserId = {userId}
|
|
|
- ORDER BY CreatedDate DESC)";
|
|
|
+ ) ORDER BY a.LastModifiedDate DESC";
|
|
|
var databaseType = StringUtils.ToEnum<DatabaseType>(_databaseTypeStr, DatabaseType.MySql);
|
|
|
var database = new Database(databaseType, _connectionString);
|
|
|
var connection = database.GetConnection();
|