From fcdee70545e25728a74a0c9f9e5301529a8a6eb7 Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Tue, 3 Sep 2024 22:46:30 +0800 Subject: [PATCH] fix --- vas/calc_third_partner.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vas/calc_third_partner.py b/vas/calc_third_partner.py index 091c886..71585f1 100644 --- a/vas/calc_third_partner.py +++ b/vas/calc_third_partner.py @@ -67,6 +67,14 @@ class S: zids = self.get_tp_zids(tp_mids) print(zids) + # 空间解锁数 + zid_cnt_map = self.get_zone_admission_cnt( + zids, + get_ts_by_str("2024-08-01 00:00:00"), + get_ts_by_str("2024-09-01 00:00:00") + ) + print(zid_cnt_map) + s = S() s.proc()