高级搜索字段展示去除未启用字段

pull/272/head
Chengliang 9 months ago
parent ec84cd6ccf
commit 15726f1824

@ -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

Loading…
Cancel
Save