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