mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
[improvement][headless] Backend uniformly supports other types of databases. (#1745)
This commit is contained in:
@@ -29,8 +29,8 @@ public class ChatMemoryFilter {
|
||||
|
||||
private String sort = "desc";
|
||||
private String orderCondition;
|
||||
|
||||
public boolean isAsc() {
|
||||
return "asc".equalsIgnoreCase(sort);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user