处理东宝人事自定义选择字段变为非选择字段
通过改变模块字段值来进行处理
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'