新店装修阶段1.0

This commit is contained in:
shuo.wang
2024-04-28 23:18:52 +08:00
parent 66e1e216c9
commit 757c5b4331
16 changed files with 317 additions and 31 deletions

View File

@@ -149,6 +149,12 @@
</foreach>
</if>
</select>
<select id="getRegionIdByShopCode" resultType="java.lang.Long">
select r.parent_id
from xfsg_shop_info xsi
join region_${enterpriseId} r on r.id = xsi.region_id
where xsi.shop_code = #{shopCode}
</select>
</mapper>