This commit is contained in:
lwl0608 2024-02-19 20:04:33 +08:00
parent cd4f144939
commit e2856dd203
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
from lib.all import *
from lib.mysql import *
from lib.util import *
from lib.csv import *
sql = '''
select id from vas_order where order_status>0;