diff --git a/vas/calc_third_partner.py b/vas/calc_third_partner.py index 71585f1..f5c0d5a 100644 --- a/vas/calc_third_partner.py +++ b/vas/calc_third_partner.py @@ -48,6 +48,7 @@ class S: sql = ''' select zid, count(1) as admission_cnt from vas_zone_member where zid in (%s) and ct>=%d and ct<%d ''' % (get_list_str(zids), st, et) + print(sql) rows = self.mysql_db_vas.query(sql) zid_cnt_map = dict() for row in rows: