jhprjv2/sql/变更用户账号,手机号.txt

21 lines
957 B
Plaintext

select * from smz_ssp_problemmodify where createUser = '17341268080';
select * from sys_logininfor where user_name = '17341568080';
select title from sys_oper_log where oper_name = '17341568080' GROUP BY title;
select * from sys_oper_log where oper_name = '17341568080' and title = '发起流程';
update sys_user set user_name = '17341268080',phonenumber = '17341268080' where user_id = 669;
update sys_logininfor set user_name = '17341268080' where user_name = '17341568080';
update sys_oper_log set oper_name = '17341268080' where oper_name = '17341568080';
update work_train set create_by = '17341268080' where create_by = '17341568080';
update sur_project_standard set create_by = '17341268080' where create_by = '17341568080';
update sys_user_openid set loginName = '17341268080' where loginName = '17341568080';
select * from sur_project_standard where create_by = '17341268080';
select * from sys_user_openid where loginName = '17341568080'