From 690b5ff07ace78fa1f3f4fa1b0508481cf182919 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期一, 31 七月 2023 11:09:02 +0800 Subject: [PATCH] 修复单兵端 - 下发给我的任务列表分页问题 --- ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml b/ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml index 2352dcd..c4c8c84 100644 --- a/ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml +++ b/ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml @@ -131,8 +131,6 @@ <if test="params.endTime != null and params.endTime != ''"><!-- 缁撴潫鏃堕棿妫�绱� --> and a.create_time <= to_timestamp(#{params.endTime},'yyyy-MM-DD HH24:MI:ss') </if> - <!-- 鏁版嵁鑼冨洿杩囨护 --> - ${params.dataScope} </where> order by a.create_time desc </select> -- Gitblit v1.9.3