This commit is contained in:
wuhao 2020-11-13 21:42:05 +08:00
parent c18895a9ab
commit 1e939627aa

View File

@ -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({