处理东宝人事自定义选择字段变为非选择字段

通过改变模块字段值来进行处理

select ControlType,* from SysFunModuleFields where FieldName in ('parentempid','parentempno') and FunID='RS020101'

update SysFunModuleFields set ControlType=4 where FieldName in ('parentempid','parentempno') and FunID='RS020101'

posted @ 2021-04-01 22:10  诚实间  阅读(56)  评论(0编辑  收藏  举报