筛选store表有效的门店

This commit is contained in:
shuo.wang
2025-06-11 10:04:33 +08:00
parent 1bcaf34f19
commit c2142f7d51

View File

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