OA 放开 方便部署

This commit is contained in:
gaojiabao
2023-05-21 14:23:29 +08:00
parent 1d788d0341
commit 656a40dfd9
@@ -218,7 +218,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
map.put("list",notifyTodoSendContextArrayList);
net.sf.json.JSONObject jsonObject = net.sf.json.JSONObject.fromObject(map);
log.info("调用MQ数据!!!:"+jsonObject.toString());
OASendLog oaSendLog = new OASendLog();
OASendLog oaSendLog = new OASendLog();
oaSendLog.setType("delete");
oaSendLog.setCreateTime(new Date());
oaSendLog.setMeans("deleteOAByPid");
@@ -476,3 +476,4 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
}
}
}