jaryhe hace 7 meses
padre
commit
d2b411e4ad
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      impl/vehicle/group.go

+ 3 - 0
impl/vehicle/group.go

@@ -314,7 +314,10 @@ func vehicleInfoByVinGroup(ctx context.Context, req *apis.CommonReq, reply *apis
 			err = thirdparty_impl.CallThirdparty(tReq,respData)
 			if err != nil {
 				continue
+			}else{
+				return nil
 			}
+
 		default:
 			continue
 		}