|
@@ -10,8 +10,8 @@ import java.util.List;
|
10
|
10
|
@Mapper
|
11
|
11
|
public interface StoreBaseInfoMapper {
|
12
|
12
|
|
13
|
|
- List<StoreBaseInfoEntity> selectPopStoreGridList(@Param("sBrandId") String brandId, @Param("sStoreNm") String storeNm, GridRequest gridRequest)throws Exception;
|
14
|
|
- int selectPopStoreGridCnt(@Param("sBrandId") String brandId, @Param("sStoreNm") String storeNm)throws Exception;
|
|
13
|
+ List<StoreBaseInfoEntity> selectPopStoreGridList(@Param("sBrandId") String brandId, @Param("sStoreNm") String storeNm, @Param("sLoanDvsn") String sLoanDvsn, GridRequest gridRequest)throws Exception;
|
|
14
|
+ int selectPopStoreGridCnt(@Param("sBrandId") String brandId, @Param("sStoreNm") String storeNm, @Param("sLoanDvsn") String sLoanDvsn)throws Exception;
|
15
|
15
|
|
16
|
16
|
List<StoreBaseInfoEntity> selectStoreGridList( @Param("sBrandId") String sBrandId, @Param("searchDateType") String searchDateType, @Param("fromDt") String fromDt, @Param("toDt") String toDt, @Param("sStoreDvsn") String sStoreDvsn, @Param("sStoreStCd") String sStoreStCd, @Param("sLoanDvsn") String sLoanDvsn, @Param("sStoreNm") String sStoreNm, GridRequest gridRequest)throws Exception;
|
17
|
17
|
int selectStoreGridCnt(@Param("sBrandId") String sBrandId, @Param("searchDateType") String searchDateType, @Param("fromDt") String fromDt, @Param("toDt") String toDt, @Param("sStoreDvsn") String sStoreDvsn, @Param("sStoreStCd") String sStoreStCd, @Param("sLoanDvsn") String sLoanDvsn, @Param("sStoreNm") String sStoreNm)throws Exception;
|