wks 3 anni fa
parent
commit
9fceae7598

+ 0 - 8
src/main/java/com/ydtech/modules/ins/controller/InsHuanongController.java

@@ -593,13 +593,5 @@ public class InsHuanongController {
 //        return retailRate;
     }
 
-    @GetMapping("/vinQuery")
-    public HttpResult vinQuery(@RequestParam String frameNo) {
-        if (org.springframework.util.StringUtils.isEmpty(frameNo)) {
-            throw new SystemException("车架号不能为空");
-        }
-        return huanongService.vinQuery(frameNo);
-    }
-
 
 }