CreditEaseDBA / Themis

数据库审核平台
Apache License 2.0
346 stars 168 forks source link

big_schema_by_table_num return 有问题 导致 页面展示错误 #12

Closed himura-kenshin closed 7 years ago

himura-kenshin commented 7 years ago
# computer scores
if int(result[0][1]) > int(table_size):
    return result, '%0.2f' % float(max_value)
result=[]
return result, 0

这样能解决问题。