jaryhe 7 сар өмнө
parent
commit
d2b411e4ad
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  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
 		}