Fixes in webmodel for make set_conditions statement inline
This commit is contained in:
parent
4dfadfe1bd
commit
bc45e1e8f6
4 changed files with 43 additions and 1 deletions
|
|
@ -596,6 +596,8 @@ class WebModel:
|
|||
def set_conditions(self, sql_text, values:list) -> None:
|
||||
|
||||
self.conditions=[sql_text, values]
|
||||
|
||||
return self
|
||||
|
||||
def set_order(self, order:list, position:list) -> None:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue