Sfoglia il codice sorgente

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

card007 4 anni fa
parent
commit
a4b3a82a2a

+ 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}