bugfix
This commit is contained in:
parent
d9711de293
commit
e7654d597a
@ -278,9 +278,11 @@ class CRUD(object):
|
|||||||
data = await pagingdata(self.dbname,data,**kw)
|
data = await pagingdata(self.dbname,data,**kw)
|
||||||
print('here5')
|
print('here5')
|
||||||
else:
|
else:
|
||||||
data = await retrieve(self.dbname,data,**kw)
|
|
||||||
data = self.oa.execute(self.dbname+'_'+self.tablename,'afterRetrieve',data)
|
|
||||||
print('here6')
|
print('here6')
|
||||||
|
data = await retrieve(self.dbname,data,**kw)
|
||||||
|
print('here7')
|
||||||
|
data = self.oa.execute(self.dbname+'_'+self.tablename,'afterRetrieve',data)
|
||||||
|
print('here8')
|
||||||
return data
|
return data
|
||||||
|
|
||||||
print('here1')
|
print('here1')
|
||||||
|
Loading…
Reference in New Issue
Block a user