Browse Source

매장단가정보 수정

dwkim 2 years ago
parent
commit
2c8b09ceda

+ 1 - 1
src/main/java/com/oqpo/api/mapper/stinfo/StoreItemUnitMapper.java

@@ -11,7 +11,7 @@ import java.util.List;
11
 @Mapper
11
 @Mapper
12
 public interface StoreItemUnitMapper {
12
 public interface StoreItemUnitMapper {
13
 
13
 
14
-    List<StoreItemUnitEntity> selectStoreItemUnitGridList(@Param("sBrandId") String sBrandId, @Param("sStoreId") String sStoreId , GridRequest gridRequest)throws Exception;
14
+    List<StoreItemUnitEntity> selectStoreItemUnitGridList(@Param("sBrandId") String sBrandId, @Param("sStoreNm") String sStoreNm , GridRequest gridRequest)throws Exception;
15
     int selectStoreItemUnitGridCnt(@Param("sBrandId") String sBrandId, @Param("sStoreNm") String sStoreNm )throws Exception;
15
     int selectStoreItemUnitGridCnt(@Param("sBrandId") String sBrandId, @Param("sStoreNm") String sStoreNm )throws Exception;
16
 /*
16
 /*
17
     List<StoreItemUnitEntity> selectSstoreItemUnitGridList(@Param("sBrandId") String sBrandId, @Param("sStoreId") String sStoreId , GridRequest gridRequest)throws Exception;
17
     List<StoreItemUnitEntity> selectSstoreItemUnitGridList(@Param("sBrandId") String sBrandId, @Param("sStoreId") String sStoreId , GridRequest gridRequest)throws Exception;