This commit is contained in:
shuo.wang
2025-06-11 10:16:46 +08:00
parent c2142f7d51
commit ffd502c6f0

View File

@@ -447,7 +447,7 @@
a.detail_address as detailAddress a.detail_address as detailAddress
from xfsg_shop_info a from xfsg_shop_info a
inner join store_${eid} c on a.shop_code = c.store_num inner join store_${eid} c on a.shop_code = c.store_num
where a.line_id = #{lineId} and c.is_delete = 'effective' where a.line_id = #{lineId} and c.is_delete = 'effective' and a.deleted = 0 and a.shop_status != 2
</select> </select>
<select id="getOpenName" resultType="java.lang.String"> <select id="getOpenName" resultType="java.lang.String">
select b.store_name select b.store_name