jsh77b 4 lat temu
rodzic
commit
eba682d587

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

@@ -1024,7 +1024,7 @@
 	</insert>
 	
 	<!-- EP다음 현재 데이터 생성 -->
-	<insert id="createCurrentEpDaum" parameterType="GoodsEp" timeout="360">
+	<insert id="createCurrentEpDaum_BACK" parameterType="GoodsEp" timeout="360">
 		/* TsbGoodsEp.createCurrentEpDaum */
 		WITH GOODS_DATA AS (
 			SELECT G.GOODS_CD
@@ -1182,7 +1182,7 @@
 	</insert>
 
 	<!-- EP다음 현재 데이터 생성 -->
-	<insert id="createCurrentEpDaum_BACK" parameterType="GoodsEp" timeout="360">
+	<insert id="createCurrentEpDaum" parameterType="GoodsEp" timeout="360">
 		/* TsbGoodsEp.createCurrentEpDaum */
 		INSERT INTO TB_EP_DAUM (
 		       GB