mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-09 01:14:16 +08:00
修复where错误
This commit is contained in:
@@ -163,7 +163,7 @@ public class QueryParamEntity extends QueryParam {
|
||||
*/
|
||||
public void setWhere(String where) {
|
||||
this.where = where;
|
||||
setTerms(TermExpressionParser.parse(termExpression));
|
||||
setTerms(TermExpressionParser.parse(where));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user