Jelajahi Sumber

입점 상품 STORE_MAX_QTY 컬럼 미설정

eskim 4 tahun lalu
induk
melakukan
82e52050a0

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

@@ -1930,7 +1930,6 @@
 		      , UPD_DT = NOW()
 		      <if test='selfGoodsYn != null and selfGoodsYn == "N"'>
 		      , CURR_STOCK_QTY = #{currStockQty}
-		      , STORE_MAX_QTY = #{storeMaxQty}
 		      </if>
 	</update>
 	

+ 1 - 1
src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -611,7 +611,7 @@
 										</td>
 										<th>인증번호</th>
 										<td>
-											<input type="text" class="w200" id="certNum" name="certNum"  maxlength="20"/>
+											<input type="text" class="w200" id="certNum" name="certNum"  maxlength="50"/>
 											<input type="hidden" id="certNumOrg" name="certNumOrg"/>
 											
 										</td>