From 1b49e9a1c5d31a568406a361b883eec211326983 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 07 六月 2024 14:45:03 +0800
Subject: [PATCH] 自由流通量相关测试

---
 utils/tool.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/tool.py b/utils/tool.py
index 71b9b68..d73f473 100644
--- a/utils/tool.py
+++ b/utils/tool.py
@@ -313,7 +313,7 @@
 
 
 def is_can_buy_code(code):
-    if code.find("00") == 0 or code.find("60") == 0: #or code.find("30") == 0:
+    if code.find("00") == 0 or code.find("60") == 0 or code.find("30") == 0:
         return True
     return False
 

--
Gitblit v1.8.0