feat: There is no way the,OA
This commit is contained in:
+7
-7
@@ -100,7 +100,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
|
||||
List<NotifyTodoSendContext> notifyTodoSendContexts = new ArrayList<>();
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("FOTON");
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setModelId(busProcessNew.getId());
|
||||
notifyTodoSendContext.setModelName(object.getTaskInfo());
|
||||
notifyTodoSendContext.setType("1");
|
||||
@@ -142,7 +142,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
List<NotifyTodoSendContext> notifyTodoSendContexts = new ArrayList<>();
|
||||
list.forEach(busProcessNew -> {
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("FOTON");
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setModelId(busProcessNew.getId());
|
||||
notifyTodoSendContext.setModelName(busProcessNew.getTaskInfo());
|
||||
notifyTodoSendContext.setType("1");
|
||||
@@ -176,7 +176,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("FOTON");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("TEST_oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
@@ -217,7 +217,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
log.info("--------------------------ESP 发送已办任务----------------------------");
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyy-MM-dd HH:mm:ss");
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("FOTON");
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setCreateTime(sdf.format(new Date()));
|
||||
|
||||
QueryWrapper queryWrapper1 = new QueryWrapper();
|
||||
@@ -249,7 +249,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("FOTON");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("TEST_oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
@@ -292,14 +292,14 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("FOTON");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("TEST_oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
List<Object> list = new ArrayList<>();
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
// 待办来源的系统
|
||||
notifyTodoSendContext.setAppName("FOTON");
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
//创建时间
|
||||
notifyTodoSendContext.setCreateTime(sdf.format(new Date()));
|
||||
// 待办在原系统唯一标识
|
||||
|
||||
Reference in New Issue
Block a user