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