OA待办 无法发送撤回信息提醒问题
This commit is contained in:
+5
@@ -211,6 +211,11 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
|||||||
map.put("list",notifyTodoSendContexts);
|
map.put("list",notifyTodoSendContexts);
|
||||||
net.sf.json.JSONObject jsonObject = net.sf.json.JSONObject.fromObject(map);
|
net.sf.json.JSONObject jsonObject = net.sf.json.JSONObject.fromObject(map);
|
||||||
oaService.setTodoDeleteMq(jsonObject.toString());
|
oaService.setTodoDeleteMq(jsonObject.toString());
|
||||||
|
try {
|
||||||
|
setTodoDelete(jsonObject.toString());
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user