From ed48aa9f30a87c528f071d06bf6b59d7d15428e9 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期一, 26 五月 2025 16:12:55 +0800 Subject: [PATCH] 点检报表后端 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml index 53b58ee..0768753 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml @@ -13,11 +13,12 @@ <when test="areaId != null and areaId != ''"> and t2.area_id = #{areaId} </when> - <otherwise> - and t2.area_id = '-1' - </otherwise> - </choose> + </choose> + ORDER BY t1.create_time desc </select> +<!-- <otherwise>--> +<!-- and t2.area_id = '-1'--> +<!-- </otherwise>--> </mapper> -- Gitblit v1.9.3