소스 검색

[ST24PRJ-572][결함][FRONT] 브랜드 샵 HOME > Brand Product 전시오류

hss 4 년 전
부모
커밋
ab18684308
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/style24/persistence/mybatis/shop/TsfGoods.xml

+ 1 - 0
src/main/java/com/style24/persistence/mybatis/shop/TsfGoods.xml

@@ -3606,6 +3606,7 @@
 		            WHERE GOODS_CD = G.GOODS_CD
 		            AND BENEFIT_GB = '40'
 		        )
+		    ORDER BY G.REG_DT DESC
 		<if test="maxRow != null and maxRow > 0">
 		    LIMIT #{maxRow}
 		</if>