select instance_rrn,instance_id,instance_desc
from named_object a
where a.object = ‘USER’
select user_rrn,user_name,password
from user_profile b
where b.user_rrn = 用户号
【注:密码采用StringUtils.encodeByMD5()进行MD5编码保存】
select instance_rrn,instance_id,instance_desc
from named_object a
where a.object = ‘USER’
select user_rrn,user_name,password
from user_profile b
where b.user_rrn = 用户号
【注:密码采用StringUtils.encodeByMD5()进行MD5编码保存】