新店装修阶段1.0
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user