mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 08:56:42 +08:00
fix: keep memory card position stable after rename or config update (#17234)
This commit is contained in:
@@ -353,7 +353,7 @@ func (dao *MemoryDAO) GetByFilter(userID string, tenantIDs []string, memoryTypes
|
||||
FROM memory m
|
||||
LEFT JOIN user u ON m.tenant_id = u.id
|
||||
%s
|
||||
ORDER BY m.update_time DESC
|
||||
ORDER BY m.create_time DESC
|
||||
LIMIT ? OFFSET ?
|
||||
`, whereClause)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user