|
@@ -163,7 +163,6 @@ func GetUserRecordListByMobile(platform int, bindAccount string) (items []*OpenI
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// 根据手机号获取用户的openid
|
|
|
func GetMfyxUserRecordListByMobile(platform int, bindAccount string) (items []*OpenIdList, err error) {
|
|
|
var sql string
|
|
@@ -177,7 +176,6 @@ func GetMfyxUserRecordListByMobile(platform int, bindAccount string) (items []*O
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-
|
|
|
func GetMfyxWxOpenIdByMobileList(mobile string) (items []*OpenIdList, err error) {
|
|
|
sliceMobile := strings.Split(mobile, ",")
|
|
|
var mobiles []string
|
|
@@ -231,4 +229,4 @@ func GetMfyxWxOpenIdByMobileSliceList(mobiles []string) (items []*OpenIdList, er
|
|
|
1 = 1 ` + condition
|
|
|
_, err = o.Raw(sql, pars).QueryRows(&items)
|
|
|
return
|
|
|
-}
|
|
|
+}
|