소스 검색

no message

xingzai 8 달 전
부모
커밋
a322ccdbf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/user_record.go

+ 1 - 1
models/user_record.go

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