This commit is contained in:
shuo.wang
2025-04-03 09:25:20 +08:00
parent 081a23469c
commit 874dd92bb9

View File

@@ -268,7 +268,7 @@
where a.opportunity_point_code = #{code} where a.opportunity_point_code = #{code}
</select> </select>
<select id="getShopByOpportunityPointCode" resultType="com.cool.store.dto.MiniShopDTO"> <select id="getShopByOpportunityPointCode" resultType="com.cool.store.dto.MiniShopDTO">
select c.shop_name as shopName, select c.store_name as shopName,
c.store_address as address c.store_address as address
from xfsg_point_info a from xfsg_point_info a
inner join xfsg_shop_info b on a.shop_id = b.id inner join xfsg_shop_info b on a.shop_id = b.id