BMS页面数据按照创建时间倒序排序
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user