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