|
|
@@ -1280,7 +1280,7 @@
|
|
|
, ROW_NUMBER() OVER(ORDER BY GS.SELL_WEEK_QTY DESC
|
|
|
, G.GOODS_CD) AS NUMB
|
|
|
</when>
|
|
|
- <when test="contentsLoc == 'SMM009' or contentsLoc == 'SMM007'"> <!-- md추천 -->
|
|
|
+ <when test="contentsLoc == 'SMM009' or contentsLoc == 'SMM007' or contentsLoc == 'SMM012'"> <!-- md추천 -->
|
|
|
, ROW_NUMBER() OVER(ORDER BY CTG.DISP_ORD
|
|
|
, G.REG_DT DESC
|
|
|
, G.GOODS_CD) AS NUMB
|
|
|
@@ -1298,7 +1298,7 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
<choose>
|
|
|
- <when test="contentsLoc == 'SMM009' or contentsLoc == 'SMM007'"> <!-- md추천 -->
|
|
|
+ <when test="contentsLoc == 'SMM009' or contentsLoc == 'SMM007' or contentsLoc == 'SMM012'"> <!-- md추천 -->
|
|
|
FROM TB_CONTENTS CT
|
|
|
, TMP_CONTENTS_GOODS CTG
|
|
|
, TB_GOODS G
|