From fecd1ff170a9dd7f46f6f46429a31af18253fa10 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 8 Jul 2025 14:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mappers/business/backstage/SupDispatchCarMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml b/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml index bcabe11..4e04f18 100644 --- a/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml +++ b/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml @@ -320,6 +320,7 @@ LEFT JOIN car_plan_out_details cpod on cpod.out_id = cpo.id and cpod.apply_id = cpo.apply_id WHERE cpo.apply_id = #{id} and cpo.sup_id = #{supId} + and (cpo.status = 0 or cpo.status = 1) \ No newline at end of file