BMS页面数据按照创建时间倒序排序

This commit is contained in:
秦鸿展
2026-02-26 10:02:43 +08:00
parent 90b701c1f3
commit 2250f8f5f3
4 changed files with 32 additions and 1 deletions
@@ -70,6 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from billing_rules
where del_flag = 1
<include refid="common_where"/>
order by create_time desc
</select>
<sql id="common_where">