This commit is contained in:
guohb
2024-04-29 21:26:26 +08:00
parent 6d8fbc5b6d
commit 4de5829b63
10 changed files with 250 additions and 2 deletions

View File

@@ -155,6 +155,11 @@
join region_${enterpriseId} r on r.id = xsi.region_id
where xsi.id = #{shopId}
</select>
<select id="selectByStoreNum" resultType="com.cool.store.entity.ShopInfoDO">
select <include refid="allColumn"/>
from xfsg_shop_info
where store_num = #{storeNum}
</select>
</mapper>