|
|
@@ -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>
|