| | |
| | | * @throws ParseException |
| | | */ |
| | | @ApiOperation("取消正在创建的放电计划审批清单|取消某一年度放电计划审批清单") |
| | | @DeleteMapping("cancelDischargePlanTemp") |
| | | @PostMapping("cancelDischargePlanTemp") |
| | | @Deprecated |
| | | public Response deleteCancelDischargePlanTemp(@RequestParam String startTime) throws ParseException { |
| | | return service.deleteDischargePlanTemp(startTime); |
| | |
| | | * @throws ParseException |
| | | */ |
| | | @ApiOperation("删除尚未提交的放电计划记录-组长") |
| | | @DeleteMapping("cancelDischargePlanTemp2") |
| | | @PostMapping("cancelDischargePlanTemp2") |
| | | public Response deleteCancelDischargePlanTemp2(@RequestParam String startTime) throws ParseException { |
| | | return service.deleteDischargePlanTemp2(startTime); |
| | | } |
| | |
| | | } |
| | | |
| | | @ApiOperation("删除当前用户之前未提交的所有记录") |
| | | @DeleteMapping("deleteNotSubmitted") |
| | | @PostMapping("deleteNotSubmitted") |
| | | public Response deleteNotSubmitted(){ |
| | | return service.deleteNotSubmitted(); |
| | | } |