管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-07-31 e510346ae5f3b2fb3af2d72bb32673e01713ad3b
1
已修改1个文件
6 ■■■■■ 文件已修改
src/main/resources/mapper/data/TaskMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | 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}