chao 3 년 전
부모
커밋
c97ddd23f7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/resources/mappings/modules/super/CmCouponVipMapper.xml

+ 1 - 2
src/main/resources/mappings/modules/super/CmCouponVipMapper.xml

@@ -98,8 +98,7 @@
                 </foreach>
             </if>
         </where>
-        GROUP BY a.id
-        ORDER BY createDate DESC
+        GROUP BY a.id DESC
     </select>
     <delete id="deleteByMonthId">
         UPDATE cm_svip_coupon SET delFlag=1 WHERE montId = #{montId}