浏览代码

최초승인일 저장

jmh 4 年之前
父节点
当前提交
dee8fa4232
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/style24/persistence/mybatis/shop/TsaGoods.xml

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

@@ -4664,6 +4664,9 @@
 		<if test='goodsStatCd != null and goodsStatCd != "X"'>
 		  , GOODS_STAT = #{goodsStatCd}
 		</if>
+		<if test='goodsStatCd != null and goodsStatCd != "X" and goodsStatCd == "G008_90"'>
+		  , FRST_CFRM_DT = IFNULL(FRST_CFRM_DT, NOW())
+		</if>
 		<if test="listPrice != null and listPrice > 0">
 		  , LIST_PRICE = #{listPrice}
 		</if>