feat: There is no way the

This commit is contained in:
super_liu
2022-01-06 17:21:22 +08:00
parent 14141938a5
commit fe10071aaa
@@ -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);