fix: 链路3

master
howell 4 years ago
parent 300ae45325
commit 01c4d9d7fa

@ -64,7 +64,7 @@ func (o logic) Sure(args ApplySure) error {
}
var mu user.RecookUserInfoModel
mysql.Db.First(&mu, "mobile=?")
mysql.Db.First(&mu, "mobile=?", ae.Mobile)
mobile := ae.Mobile
if len(mobile) != 11 || !strings.HasPrefix(mobile, "1") {

Loading…
Cancel
Save