Commit f4cfb5c9 authored by 金凯强's avatar 金凯强 🎨

测试模块

parent 35c8fd13
Pipeline #21120 passed with stage
in 23 seconds
......@@ -155,9 +155,12 @@ from app_upgrade_log A
order by A.default_version desc, A.upgrade_time desc
'''
print('--1--')
with db_driver as session:
print('--2--')
data = session.query_sql(sql)
count_data = session.retrive_sql(count_sql)
print('--3--')
page_data = {
"paging": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment