Kaynağa Gözat

매장단가정보 수정

dwkim 2 yıl önce
ebeveyn
işleme
2c8b09ceda

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

@@ -11,7 +11,7 @@ import java.util.List;
11 11
 @Mapper
12 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 15
     int selectStoreItemUnitGridCnt(@Param("sBrandId") String sBrandId, @Param("sStoreNm") String sStoreNm )throws Exception;
16 16
 /*
17 17
     List<StoreItemUnitEntity> selectSstoreItemUnitGridList(@Param("sBrandId") String sBrandId, @Param("sStoreId") String sStoreId , GridRequest gridRequest)throws Exception;