From b617922bbf3b389f844a6c6a9e75b09f5489e3b8 Mon Sep 17 00:00:00 2001 From: Harryxzy Date: Tue, 15 Jul 2025 13:34:04 +0800 Subject: [PATCH] =?UTF-8?q?sql=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/salary/mapper/auth/AuthMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/engine/salary/mapper/auth/AuthMapper.xml b/src/com/engine/salary/mapper/auth/AuthMapper.xml index f1ce490b1..33d487d86 100644 --- a/src/com/engine/salary/mapper/auth/AuthMapper.xml +++ b/src/com/engine/salary/mapper/auth/AuthMapper.xml @@ -23,6 +23,7 @@ left join hrsa_auth_opt o on d.role_id = o.role_id and o.delete_type = 0 where emp.employee_id = #{uid} and o.page = #{page} + and emp.delete_type=0