|
@@ -120,7 +120,7 @@ func GetUserRecordListByMobile(platform int, bindAccount string) (items []*OpenI
|
|
cr.open_id,
|
|
cr.open_id,
|
|
cr.cygx_user_id as user_id
|
|
cr.cygx_user_id as user_id
|
|
FROM
|
|
FROM
|
|
- cygx_mfyx_gzh_user_record as cr
|
|
|
|
|
|
+ cygx_user_record as cr
|
|
WHERE 1= 1 AND cygx_bind_account IN (` + bindAccount + `)`
|
|
WHERE 1= 1 AND cygx_bind_account IN (` + bindAccount + `)`
|
|
_, err = orm.NewOrm().Raw(sql).QueryRows(&items)
|
|
_, err = orm.NewOrm().Raw(sql).QueryRows(&items)
|
|
return
|
|
return
|