소스 검색

재고기준정보 관리

marseyes 2 년 전
부모
커밋
bb40740593
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/resources/mybatis/sqlmaps/stockmng/StockMng.xml

+ 2 - 1
src/main/resources/mybatis/sqlmaps/stockmng/StockMng.xml

@@ -95,7 +95,8 @@
95 95
                 </if>
96 96
             </if>
97 97
         </if>
98
-        WHERE A.brand_id = #{sBrandId}
98
+        WHERE A.del_yn = 'N'
99
+        AND A.brand_id = #{sBrandId}
99 100
         <if test="sStoreId != null and sStoreId != ''">
100 101
             AND C.store_id = #{sStoreId}
101 102
         </if>