update
This commit is contained in:
parent
c18895a9ab
commit
1e939627aa
@ -37,7 +37,7 @@ class Handler(metaclass=ABCMeta):
|
|||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
where = self.get_where()
|
where = self.get_where()
|
||||||
coll = self.get_coll(appid=self._appid)
|
coll = self.get_coll(appid=self.appid)
|
||||||
update_data = self._data.get('props', {})
|
update_data = self._data.get('props', {})
|
||||||
if update_data:
|
if update_data:
|
||||||
update_data.update({
|
update_data.update({
|
||||||
|
Loading…
Reference in New Issue
Block a user