From 5d4d312641d326b0872d7b4f78310e087b998a3f Mon Sep 17 00:00:00 2001 From: "zhuchenwu@chenwuzhu.cn" Date: Wed, 13 May 2026 08:32:06 +0000 Subject: [PATCH] 20260513_chenwu_fix_ppi_oral_market --- Retail/03 split_pack_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Retail/03 split_pack_data.py b/Retail/03 split_pack_data.py index 8471db8..919ce74 100644 --- a/Retail/03 split_pack_data.py +++ b/Retail/03 split_pack_data.py @@ -1004,7 +1004,7 @@ DATA_LABEL_AREA_ALL = '全国' # MAGIC and a.pack_code not in ( # MAGIC select distinct iqvia_pack_code # MAGIC from tmp.tmp_zk_retail_pack_property -# MAGIC where market = 'Antacid anti GI swelling agent+PPI Oral' +# MAGIC where market = 'PPI Oral Market' # MAGIC ) # COMMAND ---------- @@ -1197,4 +1197,4 @@ DATA_LABEL_AREA_ALL = '全国' # COMMAND ---------- -############################################################END############################################################## \ No newline at end of file +############################################################END##############################################################