liuxiaolong
2020-07-27 aa38814dac11fbd1c7c1c04cd57aaeaff1daa0f4
service/userService.go
@@ -39,7 +39,7 @@
         }
      } else { //用户已存在
         var userCar models.UserCar
         var plateNos []string
         var plateNos = make([]string, 0)
         all, e := userCar.GetByUserId(tmpUser.Id)
         if e == nil && all != nil {
            for _,up := range all {