This commit is contained in:
shuo.wang
2025-04-03 09:19:44 +08:00
parent 9bddbf53a3
commit 081a23469c

View File

@@ -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>