Merge branch 'cc_20250611_fix' into 'master'
Cc 20250611 fix See merge request hangzhou/java/custom_zxjp!112
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' and a.deleted = 0 and a.shop_status != 2
|
||||
</select>
|
||||
<select id="getOpenName" resultType="java.lang.String">
|
||||
select b.store_name
|
||||
|
||||
Reference in New Issue
Block a user