fix
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
select c.shop_name as shopName,
|
||||
c.store_address as address
|
||||
from xfsg_point_info a
|
||||
inner join xfsg_shop b on a.shop_id = b.id
|
||||
inner join xfsg_shop_info b on a.shop_id = b.id
|
||||
inner join store_${enterpriseId} c on b.shop_code = c.store_num
|
||||
where a.opportunity_point_code = #{code}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user