add
This commit is contained in:
parent
7fd4c1366e
commit
99b3d936b6
|
@ -23,7 +23,7 @@ class S:
|
||||||
sql = '''
|
sql = '''
|
||||||
select * from vas_coin_order where ct<{} and order_status=1 and product_id='membership'
|
select * from vas_coin_order where ct<{} and order_status=1 and product_id='membership'
|
||||||
'''.format(time.time() - 86400 * 7)
|
'''.format(time.time() - 86400 * 7)
|
||||||
docs = self.table_vas_coin_order.query(sql)
|
docs = self.table_vas_order.query(sql)
|
||||||
if not docs:
|
if not docs:
|
||||||
return
|
return
|
||||||
print(type(docs), docs)
|
print(type(docs), docs)
|
||||||
|
|
Loading…
Reference in New Issue