This commit is contained in:
苏竹红
2025-04-15 18:49:02 +08:00
parent cdd96e7c2b
commit c0ed97ec36

View File

@@ -55,7 +55,7 @@
from
xfsg_shop_stage_info
where
shop_id = #{shopId} and deleted = 0
shop_id = #{shopId} and deleted = 0 and shop_sub_stage !=85
<if test="shopStage != null">
and shop_stage = #{shopStage}
</if>