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}