From 453d4afe97c690bab4d52bd22b6be40cc9cab74a Mon Sep 17 00:00:00 2001 From: dxfeng Date: Tue, 14 Feb 2023 17:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E3=80=81=E5=AF=BC=E5=87=BABUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/resource/ResourceMapper.xml | 11 +++----- .../service/impl/HrmResourceServiceImpl.java | 25 +++++++++++++------ 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/src/com/engine/organization/mapper/resource/ResourceMapper.xml b/src/com/engine/organization/mapper/resource/ResourceMapper.xml index a78fcf73..99b673da 100644 --- a/src/com/engine/organization/mapper/resource/ResourceMapper.xml +++ b/src/com/engine/organization/mapper/resource/ResourceMapper.xml @@ -111,12 +111,9 @@ from jcl_org_hrmresource t where delete_type = 0 and work_code = #{workCode}