src/main/resources/mapper/data/TaskMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/data/TaskMapper.xml
@@ -11,6 +11,9 @@ <if test="status != null"> and status = #{status} </if> <if test="type != null"> and type = #{type} </if> </where> </select> @@ -25,6 +28,9 @@ <if test="status != null"> and status = #{status} </if> <if test="type != null"> and type = #{type} </if> </where> order by a.update_time desc, a.create_time desc limit #{limit} offset #{offset}