‘liusuyi’
2023-07-31 690b5ff07ace78fa1f3f4fa1b0508481cf182919
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 &lt;= to_timestamp(#{params.endTime},'yyyy-MM-DD HH24:MI:ss')
            </if>
            <!-- 数据范围过滤 -->
            ${params.dataScope}
        </where>
        order by a.create_time desc
    </select>