smartor/src/main/resources/mapper/smartor/PatArchiveMapper.xml @@ -519,6 +519,8 @@ </if> </where> order by a.update_time desc <if test="pageSize != null and pageSize != ''"> limit ${pageNum},${pageSize} </if> </select>