bugfix kintone get apps
This commit is contained in:
@@ -100,5 +100,5 @@ class crudbase:
|
||||
query = self._apply_filters(query, filters)
|
||||
if sort_by:
|
||||
query = self._apply_sorting(query, sort_by, sort_order)
|
||||
print(str(query))
|
||||
#print(str(query))
|
||||
return query
|
||||
Reference in New Issue
Block a user