From 2741ea91fede0da01d4c1e66d8d8ddbb467614f2 Mon Sep 17 00:00:00 2001 From: LHD_HY <2872546851@qq.com> Date: Tue, 3 Jun 2025 15:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=9C=BA=E4=BA=BA=E5=91=98=E5=AF=BC?= =?UTF-8?q?=E5=85=A5xml=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/person/PersonComprehensiveMapper.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/bmw/src/main/resources/mapper/person/PersonComprehensiveMapper.xml b/modules/bmw/src/main/resources/mapper/person/PersonComprehensiveMapper.xml index b78cc7e..db0f1b4 100644 --- a/modules/bmw/src/main/resources/mapper/person/PersonComprehensiveMapper.xml +++ b/modules/bmw/src/main/resources/mapper/person/PersonComprehensiveMapper.xml @@ -925,15 +925,15 @@ '绿灯' END lightStatus, CASE - WHEN bw.ein_status = '-1' AND bw.is_furlough_person = '0' THEN + WHEN bweh.exit_status = '-1' AND bw.is_furlough_person = '0' THEN '未出场' - WHEN bw.ein_status = '-1' AND bw.is_furlough_person = '1' THEN + WHEN bweh.exit_status = '-1' AND bw.is_furlough_person = '1' THEN '临时离场' - WHEN bw.ein_status = '1' THEN + WHEN bweh.exit_status = '1' THEN '出场审核通过' - WHEN bw.ein_status = '0' THEN + WHEN bweh.exit_status = '0' THEN '出场未审核' - WHEN bw.ein_status = '2' THEN + WHEN bweh.exit_status = '2' THEN '出场审核不通过' ELSE '未入场'