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
@@ -11,6 +11,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from contract_manage
where
del_flag = 1
order by create_time desc
</sql>
<sql id="selectContractManagePo1">