fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user