opt: api
This commit is contained in:
@@ -116,7 +116,7 @@ public class PdaJBController {
|
||||
public ResponseEntity<Object> suppList(@RequestBody JSONObject whereJson) {
|
||||
return new ResponseEntity<>(pdaJBService.suppList(whereJson), HttpStatus.OK);
|
||||
}
|
||||
@PostMapping("/vehicleList")
|
||||
@PostMapping("/vehiclelist")
|
||||
@SaIgnore
|
||||
public ResponseEntity<Object> vehicleList(@RequestBody JSONObject whereJson) {
|
||||
return new ResponseEntity<>(pdaJBService.vehicleList(whereJson), HttpStatus.OK);
|
||||
|
||||
Reference in New Issue
Block a user