This commit is contained in:
2025-11-13 10:13:44 +08:00
parent c2d1716932
commit 3f41a5d166

View File

@@ -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);