From 46d7e39bd7b491adca88bb896e0bec654b40ef95 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 07 八月 2025 11:33:29 +0800
Subject: [PATCH] 修改完善

---
 pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
index b2c7917..aa909aa 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
@@ -185,13 +185,14 @@
     </trim>
   </select>
 
-
   <select id="selectAll" resultType="com.dy.pipIrrGlobal.voMd.VoCrops">
     select
     <include refid="Part_Column_List" >
       <property name="alias" value="tb"/>
     </include>
     from md_crops tb
+    where tb.deleted != 1
+    order by tb.id ASC
   </select>
 
   <update id="deleteById" parameterType="java.lang.Long">

--
Gitblit v1.8.0