diff --git a/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml
index 5b5b5dde1..afa2a2e80 100644
--- a/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml
+++ b/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml
@@ -318,7 +318,7 @@
and a.shop_sub_stage = #{shopSubStage}
- and si.hqt_shop_id is not null and si.hqt_shop_id != ''
+ and (si.hqt_shop_id is null or si.hqt_shop_id = '')