|
@@ -82,7 +82,7 @@ public class WorkerElecConfirmController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/manual/detail")
|
|
|
- @ApiOperation("详情")
|
|
|
+ @ApiOperation("人工详情")
|
|
|
public ResponseHelper<WorkerSignConfirmManual> manualDetail(
|
|
|
@ApiParam(value = "id", required = true) @RequestParam String id
|
|
|
) throws RemoteServiceException {
|
|
@@ -91,7 +91,7 @@ public class WorkerElecConfirmController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/manual/confirm")
|
|
|
- @ApiOperation("详情")
|
|
|
+ @ApiOperation("人工审核")
|
|
|
public ResponseHelper manualConfirm(
|
|
|
@ApiParam(value = "id", required = true) @RequestParam String id,
|
|
|
@ApiParam(value = "状态 OK=通过 FAIL=驳回", required = true) @RequestParam ExamineStatusEnum status
|