OA待办 无法发送撤回信息提醒问题

This commit is contained in:
gaojiabao
2023-03-25 09:21:47 +08:00
parent acc98c329a
commit 966e2d20ee
@@ -211,6 +211,11 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
map.put("list",notifyTodoSendContexts);
net.sf.json.JSONObject jsonObject = net.sf.json.JSONObject.fromObject(map);
oaService.setTodoDeleteMq(jsonObject.toString());
try {
setTodoDelete(jsonObject.toString());
} catch (Exception e) {
e.printStackTrace();
}
}
}