筛选store表有效的门店
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user