From 0944efcf5e70ff7d654b3b0174b2ca5fc79af6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Tue, 24 Sep 2024 11:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E7=90=86=E5=88=A0=E9=99=A4=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E7=BA=BF=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/salary/mapper/auth/AuthRoleDataMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/engine/salary/mapper/auth/AuthRoleDataMapper.xml b/src/com/engine/salary/mapper/auth/AuthRoleDataMapper.xml index f2b55ec57..027331605 100644 --- a/src/com/engine/salary/mapper/auth/AuthRoleDataMapper.xml +++ b/src/com/engine/salary/mapper/auth/AuthRoleDataMapper.xml @@ -290,8 +290,7 @@ - UPDATE hrsa_auth_role_data - SET delete_type=1 + delete from hrsa_auth_role_data WHERE role_id = #{roleId} AND delete_type = 0