From 477725cd72255399fd29db579be50da3dc135958 Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Mon, 11 Nov 2024 21:58:43 +0800 Subject: [PATCH] g --- vas/check_refund.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vas/check_refund.py b/vas/check_refund.py index d40d50e..9e832e7 100644 --- a/vas/check_refund.py +++ b/vas/check_refund.py @@ -586,8 +586,9 @@ class S: # print(mid, zid, order_id) sql = "select * from vas_order where id in %s" % get_list_str_str(order_ids) - docs = self.mysql_db_vas.query(sql) - print(len(docs)) + print(sql) + # docs = self.mysql_db_vas.query(sql) + # print(len(docs)) s = S()