@@ -314,7 +314,7 @@
<if test='optionSoldoutSkip != null and optionSoldoutSkip == "Y" '>
AND A.STOCK_QTY > 0
</if>
- ORDER BY A.GOODS_CD, NULLIF(C.COLOR_KNM, A.OPT_CD1)
+ ORDER BY A.GOODS_CD, IFNULL(C.COLOR_KNM, A.OPT_CD1)
</select>
<!-- 상품 옵션2 목록 - 자사용-->