通知 SPRS
This commit is contained in:
+8
-8
@@ -106,7 +106,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
|
||||
List<NotifyTodoSendContext> notifyTodoSendContexts = new ArrayList<>();
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setAppName("SPRS");
|
||||
notifyTodoSendContext.setModelId(todoId);
|
||||
notifyTodoSendContext.setModelName(object.getTaskInfo());
|
||||
notifyTodoSendContext.setType("1");
|
||||
@@ -154,7 +154,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
|
||||
List<NotifyTodoSendContext> notifyTodoSendContexts = new ArrayList<>();
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setAppName("SPRS");
|
||||
notifyTodoSendContext.setModelId(busProcessNew.getId());
|
||||
notifyTodoSendContext.setModelName(object.getTaskInfo());
|
||||
notifyTodoSendContext.setType("1");
|
||||
@@ -197,7 +197,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
List<NotifyTodoSendContext> notifyTodoSendContexts = new ArrayList<>();
|
||||
list.forEach(busProcessNew -> {
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setAppName("SPRS");
|
||||
notifyTodoSendContext.setModelId(busProcessNew.getId());
|
||||
notifyTodoSendContext.setModelName(busProcessNew.getTaskInfo());
|
||||
notifyTodoSendContext.setType("1");
|
||||
@@ -242,7 +242,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("TEST_oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
@@ -287,7 +287,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("SRMS");
|
||||
notifyTodoSendContext.setAppName("SPRS");
|
||||
notifyTodoSendContext.setCreateTime(sdf.format(new Date()));
|
||||
|
||||
QueryWrapper queryWrapper1 = new QueryWrapper();
|
||||
@@ -319,7 +319,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
@@ -366,14 +366,14 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SRMS");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("oa201611241710");
|
||||
head.setSRVLEVEL("1");
|
||||
List<Object> list = new ArrayList<>();
|
||||
NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext();
|
||||
// 待办来源的系统
|
||||
notifyTodoSendContext.setAppName("SRMS");
|
||||
notifyTodoSendContext.setAppName("SPRS");
|
||||
//创建时间
|
||||
notifyTodoSendContext.setCreateTime(sdf.format(new Date()));
|
||||
// 待办在原系统唯一标识
|
||||
|
||||
Reference in New Issue
Block a user