|
@@ -51,7 +51,7 @@ public class HardwareApiController extends BaseController
|
|
|
@ApiOperation("取出挂锁时更新数据")
|
|
@ApiOperation("取出挂锁时更新数据")
|
|
|
@Log(title = "取出挂锁时更新数据", businessType = BusinessType.UPDATE)
|
|
@Log(title = "取出挂锁时更新数据", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("/updateTicketLockTake")
|
|
@PostMapping("/updateTicketLockTake")
|
|
|
- public CommonResult<Boolean> updateTicketLockTake(@RequestBody @Parameter(name = "list", description = "修改数据类,放到body") List<TakeTicketLockDTO> list)
|
|
|
|
|
|
|
+ public CommonResult<Boolean> updateTicketLockTake(@RequestBody @Parameter(name = "list", description = "修改数据类,放到body") ParamDTO list)
|
|
|
{
|
|
{
|
|
|
return CommonResult.success(hardwareApiService.updateTicketLockTake(list));
|
|
return CommonResult.success(hardwareApiService.updateTicketLockTake(list));
|
|
|
}
|
|
}
|