id问题3 排序问题

This commit is contained in:
2025-09-26 09:55:43 +08:00
parent 56ed87e3b5
commit 25667f16e5

View File

@@ -77,7 +77,7 @@
and mk_shop_coupon_record.status = #{status} and mk_shop_coupon_record.status = #{status}
</if> </if>
and mk_shop_coupon_record.is_del = 0 and mk_shop_coupon_record.is_del = 0
order by mk_shop_coupon_record.status , mk_shop_coupon_record.create_time desc order by mk_shop_coupon_record.create_time DESC ,mk_shop_coupon_record.id DESC
</select> </select>