您好: --账套库执行 --查询相关用户的ID账套库执行 select id,*from EAP_User where isAdmin=1 and isStoped=0 --对应用户的密码修改成清空如查询出来的用户ID等于xxx账套执行 update EAP_User set Password='FOG2ALH9V59HQzuI6NhSkQ==' where id='xx' --针对【系统库】执行 --sss表示账套号xxx表示用户的id update UFTSystemDec..EAP_User set Password='FOG2ALH9V59HQzuI6NhSkQ==' where cacc_num='sss' and name='xxx'