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