合并分支 'dev_20230216' 到 'master'

OA 放开 方便部署

查看合并请求 laws-foton-slrs/foton-wkflow-rest!48
This commit is contained in:
高嵩
2023-05-21 14:28:53 +08:00
@@ -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 {
}
}
}