[improvement][headless] Backend uniformly supports other types of databases. (#1745)

This commit is contained in:
lexluo09
2024-09-30 15:02:58 +08:00
committed by GitHub
parent 2e45dcfd10
commit de2385cd2c
13 changed files with 102 additions and 98 deletions

View File

@@ -29,8 +29,8 @@ public class ChatMemoryFilter {
private String sort = "desc";
private String orderCondition;
public boolean isAsc() {
return "asc".equalsIgnoreCase(sort);
}
}