fix
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
select c.shop_name as shopName,
|
select c.shop_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 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
|
inner join store_${enterpriseId} c on b.shop_code = c.store_num
|
||||||
where a.opportunity_point_code = #{code}
|
where a.opportunity_point_code = #{code}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user