feat: There is no way the
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class WebServiceOAController extends BaseAction {
|
||||
@Autowired
|
||||
private WebServiceOAService webServiceOAService;
|
||||
|
||||
@ApiOperation(value = "强制撤回", notes = "强制撤回")
|
||||
@ApiOperation(value = "强制删除OA待办", notes = "强制删除OA待办")
|
||||
@GetMapping("/deleteOAByMandatory")
|
||||
public void deleteOAByMandatory(String todoId,String assignee) {
|
||||
webServiceOAService.deleteOAByMandatory(todoId,assignee);
|
||||
|
||||
Reference in New Issue
Block a user