From 30c2dff04058c2b7629e83d1b4c439f71f6664b7 Mon Sep 17 00:00:00 2001 From: XingQue Date: Sun, 26 Jul 2026 01:26:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E6=BA=AA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E8=84=9A=E6=9C=AC=E5=85=BC=E5=AE=B9=E4=BF=B1?= =?UTF-8?q?=E4=B9=90=E9=83=A8=E5=90=8D=E3=80=8C=E5=B0=8F=E6=B1=90=E7=94=B5?= =?UTF-8?q?=E7=AB=9E=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- jituan/management/commands/copy_lxs_shenhe_catalog_to_xx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jituan/management/commands/copy_lxs_shenhe_catalog_to_xx.py b/jituan/management/commands/copy_lxs_shenhe_catalog_to_xx.py index 3064149..8386ea0 100644 --- a/jituan/management/commands/copy_lxs_shenhe_catalog_to_xx.py +++ b/jituan/management/commands/copy_lxs_shenhe_catalog_to_xx.py @@ -4,7 +4,7 @@ 范围(必须全部满足): - 源俱乐部固定 lxs(name 含「龙先生」) - - 目标俱乐部固定 xx(name 含「小溪」或「小西」) + - 目标俱乐部固定 xx(name 含「小溪」「小西」或「小汐」) - 仅全局 ShangpinLeixing.shenhezhuangtai=2 的类型 - 仅公共目录 dianpu IS NULL - 专区/商品均要求 shenhezhuangtai=2 @@ -30,7 +30,7 @@ from django.db import transaction SOURCE_CLUB = 'lxs' SOURCE_NAME_HINT = '龙先生' TARGET_CLUB = 'xx' -TARGET_NAME_HINTS = ('小溪', '小西') +TARGET_NAME_HINTS = ('小溪', '小西', '小汐') SHENHE = 2 CONFIRM_TOKEN = 'lxs-to-xx'