班会材料管理-以时间降序排序展示
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user