示例#1
0
文件: payment.py 项目: wtakase/indico
 def has_data(self):
     return bool(PaymentTransaction.find().count())
示例#2
0
文件: payment.py 项目: oddlord/indico
 def has_data(self):
     return bool(PaymentTransaction.find().count())