fix
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
where a.opportunity_point_code = #{code}
|
||||
</select>
|
||||
<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
|
||||
from xfsg_point_info a
|
||||
inner join xfsg_shop_info b on a.shop_id = b.id
|
||||
|
||||
Reference in New Issue
Block a user