This commit is contained in:
lwl0608 2024-02-04 23:51:26 +08:00
parent 126804da37
commit 184baa0618
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class S:
sql = '''
select * from vas_coin_order where ct<{} and order_status=1 and product_id='membership'
'''.format(time.time() - 86400 * 7)
print(sql)
docs = self.mysql_db_vas.query(sql)
if not docs:
return