add
This commit is contained in:
parent
126804da37
commit
184baa0618
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue