浏览代码

[ST24PRJ-500] [결함][BOS] 상품권 환불 이력확인 안됨

card007 4 年之前
父节点
当前提交
a4b3a82a2a
共有 1 个文件被更改,包括 18 次插入2 次删除
  1. 18 2
      src/main/java/com/style24/persistence/mybatis/shop/TscOrderChange.xml

+ 18 - 2
src/main/java/com/style24/persistence/mybatis/shop/TscOrderChange.xml

@@ -2585,9 +2585,25 @@
 		     , CPH.ORD_NO
 		     , CPH.ORD_DTL_NO
 		     , CPH.REVIEW_SQ
-		     , NOW()
+		     ,
+		<choose>
+			<when test="occurGb == 'G069_13'">
+		       NULL
+			</when>
+			<otherwise>
+		       NOW()
+			</otherwise>
+		</choose>
 		     , #{pntUploadStat}
-		     , NOW()
+		     ,
+		<choose>
+			<when test="occurGb == 'G069_13'">
+		       NULL
+			</when>
+			<otherwise>
+		       NOW()
+			</otherwise>
+		</choose>
 		     , #{regNo}
 		     , NOW()
 		     , #{updNo}