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