非税系统用户表afa_auth_user
用户编码:fcode 用户密码:fpassword(加密格式,96e79218965eb72c92a549dd5a330112 值等同于111111)
—__此处以dls001用户名为例 更新afa_auth_user表的fpassword字段更新为 ‘96e79218965eb72c92a549dd5a330112’ 这个值即可,即为密码111111
_
update afa_auth_user a set a.fpassword=’96e79218965eb72c92a549dd5a330112’ where a.fcode like ‘dls001%’;