| | |
| | | } |
| | | |
| | | /** |
| | | * 外部调用提交居家隔离 |
| | | * @param comActReserveCommitVO |
| | | * @return |
| | | */ |
| | | @PostMapping("/homeQuarantine/commitNoToken") |
| | | public R homeQuarantineCommitNoToken(@RequestBody ComActReserveCommitVO comActReserveCommitVO){ |
| | | return comActReserveService.commitNoToken(comActReserveCommitVO); |
| | | } |
| | | |
| | | /** |
| | | * 小程序提交预约/登记 |
| | | * @param comActReserveCommitVO |
| | | * @return |
| | |
| | | public R deleteRecord(@RequestParam("recordId")Long recordId){ |
| | | return R.ok(comActReserveRecordService.removeById(recordId)); |
| | | } |
| | | |
| | | @GetMapping("/fiveCount") |
| | | public R fiveCount(@RequestParam("reserveId") Long reserveId){ |
| | | return comActReserveRecordService.fiveCount(reserveId); |
| | | } |
| | | } |