From 2168fb641dc206db9461a89584cb5182982ae714 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 21 Jan 2026 14:09:27 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-21=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/productionReturn/ProductionReturnMapper.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml b/src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml index 099f586..5fa2b30 100644 --- a/src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml +++ b/src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml @@ -25,9 +25,6 @@ OR i.roll_no LIKE CONCAT('%', #{searchCode}, '%') ) - - AND status = '已开工' - ORDER BY sh.NeedDate DESC