管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-07-31 e510346ae5f3b2fb3af2d72bb32673e01713ad3b
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}