|
|
@ -262,5 +262,13 @@ public class WorkTicketInfoController { |
|
|
|
return R.data(workTicketInfoService.work(Condition.getPage(query),work)); |
|
|
|
return R.data(workTicketInfoService.work(Condition.getPage(query),work)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiLog |
|
|
|
|
|
|
|
@PostMapping("/cancel") |
|
|
|
|
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
|
|
|
|
@ApiOperation(value = "线下工作票作废") |
|
|
|
|
|
|
|
public R cancel(WorkTicketInfoEntity entity) { |
|
|
|
|
|
|
|
return R.status(workTicketInfoService.cancel(entity)); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|