From ecd297ea5c4876ef8b1f09e74816c88f7bb95183 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 08 五月 2024 18:16:34 +0800 Subject: [PATCH] 任何票,只有首次才可以激进下单,之后每次下单要看总卖额,当总卖额≥500万,才可以激进下单。 --- code_attribute/gpcode_first_screen_manager.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/code_attribute/gpcode_first_screen_manager.py b/code_attribute/gpcode_first_screen_manager.py index 66d6dcb..a1ef0c2 100644 --- a/code_attribute/gpcode_first_screen_manager.py +++ b/code_attribute/gpcode_first_screen_manager.py @@ -8,7 +8,6 @@ from db.redis_manager_delegate import RedisUtils from utils import tool from db import redis_manager_delegate as redis_manager -from third_data import block_info class FirstCodeDataManager: -- Gitblit v1.8.0