Merge remote-tracking branch 'origin/cc_20250325_select' into cc_20250325_select

This commit is contained in:
shuo.wang
2025-04-16 13:12:50 +08:00
5 changed files with 12 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ public interface ShopInfoMapper extends Mapper<ShopInfoDO> {
ShopInfoDO selectByStoreNum(@Param("storeNum") String storeNum);
ShopInfoDO selectByStoreCode(@Param("storeNum") String storeCode);
ShopInfoDO selectByStoreCode(@Param("storeCode") String storeCode);
/**
* @Auther: wangshuo
* @Date: 2024/5/3

View File

@@ -177,7 +177,7 @@
select
<include refid="allColumn"/>
from xfsg_shop_info
where store_code = #{storeCode}
where shop_code = #{storeCode}
</select>
<select id="selectShopListByRegionId" resultType="com.cool.store.entity.ShopInfoDO">
select