update sys_dict set isActive=0 where codeType ='approvalState' and codeValue='001'; update sys_dict set isActive=1 where codeType ='approvalState' and codeValue='009'; update operation set active=FALSE where `code`='batchApproval' and EXISTS(select 1 from config where `key`='current_native' and `value`='11'); update`user` t1,security_person t2 set t1.init = true where t1.id = t2.user_id and t2.identityAuthState=1; UPDATE sys_export_column set isNeedSelect='1' where position = 'center';