注册
找回密码
账号 记住
2706
8
10439
0
18
使用sql标签去查询ks_user表
如
select top 1 username,realname,mobile from ks_user a inner join ks_product b on a.username=b.inputer where b.id={$CurrInfoID}