update 查询险接口

This commit is contained in:
P3ngSaM 2022-09-15 20:18:02 +08:00
parent f783b86330
commit 6cc249c5bb
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ class CommonImpl(object):
page_no
)
if records:
for rec in records:
rec['_id'] = str(rec['_id'])
result = {
"total": total,
"records": records