班会材料管理-以时间降序排序展示

This commit is contained in:
2025-12-01 15:19:28 +08:00
parent ae4360e26d
commit 310bedb4b5

View File

@@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="crAddr != null and crAddr != ''"> and rm.cr_addr = #{crAddr}</if>
<if test="status != null and status != ''"> and rm.status = #{status}</if>
</where>
order by rm.cr_time desc
</select>