From d9c38fdd6af4285e38cbd3917352ff3fea18ea2c Mon Sep 17 00:00:00 2001
From: houjie <714924425@qq.com>
Date: 星期一, 21 八月 2023 09:43:00 +0800
Subject: [PATCH] 设备使用 优化sql查询语句

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml
index cc323de..2a4548c 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml
@@ -27,7 +27,7 @@
                     #{ id }
                 </foreach>
             </if>
-            ORDER BY start_time ASC
         </where>
+        ORDER BY start_time ASC
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3