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