This commit is contained in:
shuo.wang
2025-03-31 16:19:17 +08:00
parent aa98da8017
commit cc34f3b5f6
3 changed files with 12 additions and 2 deletions

View File

@@ -415,6 +415,6 @@
from
xfsg_shop_stage_info
where
shop_id = #{shopId} and deleted = 0 and is_terminated = 1
shop_id = #{shopId} and deleted = 0 and is_terminated = 1 and shop_stage in (1,2)
</select>
</mapper>