|
@@ -75,7 +75,7 @@ public class TruckEscortController {
|
|
|
return new Result<>(truckEscortService.list(param));
|
|
return new Result<>(truckEscortService.list(param));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @ApiOperation(value = "车辆绑定押运员", notes = "必传参数:truckId")
|
|
|
|
|
|
|
+ @ApiOperation(value = "车辆绑定/解绑押运员", notes = "必传参数:truckId")
|
|
|
@PostMapping("/bind_truck")
|
|
@PostMapping("/bind_truck")
|
|
|
public Result bind(@RequestHeader(value = "userId") Long userId,
|
|
public Result bind(@RequestHeader(value = "userId") Long userId,
|
|
|
@RequestHeader(value = "userName") String userName, @RequestHeader(value = "orgId") Long orgId,
|
|
@RequestHeader(value = "userName") String userName, @RequestHeader(value = "orgId") Long orgId,
|