身份证信息展示bug
This commit is contained in:
parent
304ab8fe26
commit
aa28846866
|
|
@ -2786,7 +2786,7 @@ def getuser(req):
|
|||
total = a.count()
|
||||
startnum, endnum = fenye(req)
|
||||
a = a.order_by('userid')[startnum:endnum].values(
|
||||
'userid', 'empid', 'name', 'ubelongpart__partname', 'ubelongpart__partid', 'username', 'openid')
|
||||
'userid', 'empid', 'name', 'ubelongpart__partname', 'ubelongpart__partid', 'username', 'openid', 'userprofile__cardnum', 'userprofile__gender')
|
||||
return HttpResponse(transjson(total, a), content_type="application/json")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue