From 15726f1824e099ace3292923af0d0255dcb65477 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Wed, 24 Jul 2024 17:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=95=E7=A4=BA=E5=8E=BB=E9=99=A4=E6=9C=AA=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../engine/organization/mapper/hrmresource/SystemDataMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/engine/organization/mapper/hrmresource/SystemDataMapper.xml b/src/com/engine/organization/mapper/hrmresource/SystemDataMapper.xml index f26bb174..09a8e63d 100644 --- a/src/com/engine/organization/mapper/hrmresource/SystemDataMapper.xml +++ b/src/com/engine/organization/mapper/hrmresource/SystemDataMapper.xml @@ -133,6 +133,7 @@ FROM cus_formfield t1, cus_formdict t2 WHERE t1.fieldid = t2.id + AND t1.isuse = 1 AND t1.scope = 'HrmCustomFieldByInfoType' AND t1.scopeid = #{scopeId} UNION ALL