add 字段

This commit is contained in:
shuo.wang
2025-04-06 14:38:14 +08:00
parent e4f0fdeab8
commit 5e1a69a03b
3 changed files with 9 additions and 4 deletions

View File

@@ -414,7 +414,8 @@
</select>
<select id="getShopListSuccessOpen" resultType="com.cool.store.response.MiniShopsResponse">
select a.shop_name as shopName,
a.id as shopId
a.id as shopId,
a.shop_code as shopCode
from xfsg_shop_info a
inner join store_${eid} c on a.shop_code = c.store_num
where a.line_id = #{lineId}