瀏覽代碼

[ST24PRJ-133] 수정

jmh 4 年之前
父節點
當前提交
1a1895b941
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/style24/persistence/mybatis/shop/TsaShoplinker.xml

+ 1 - 0
src/main/java/com/style24/persistence/mybatis/shop/TsaShoplinker.xml

@@ -311,6 +311,7 @@
 			, now()
 		) ON DUPLICATE KEY UPDATE
 		  	UPD_DT = now()
+		  	, STOCK_QTY = #{quantity}
 	</insert>
 
 	<!-- 재고전송-목록 건수 -->