diff --git a/src/main/java/com/ydw/bat/wkflow/business_oa/webService/service/impl/WebServiceOAServiceImpl.java b/src/main/java/com/ydw/bat/wkflow/business_oa/webService/service/impl/WebServiceOAServiceImpl.java index 648ea109..fdbdc69b 100644 --- a/src/main/java/com/ydw/bat/wkflow/business_oa/webService/service/impl/WebServiceOAServiceImpl.java +++ b/src/main/java/com/ydw/bat/wkflow/business_oa/webService/service/impl/WebServiceOAServiceImpl.java @@ -100,7 +100,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService { List 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 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("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("oa201611241710"); head.setSRVLEVEL("1"); List list = new ArrayList<>(); NotifyTodoSendContext notifyTodoSendContext = new NotifyTodoSendContext(); // 待办来源的系统 - notifyTodoSendContext.setAppName("FOTON"); + notifyTodoSendContext.setAppName("SRMS"); //创建时间 notifyTodoSendContext.setCreateTime(sdf.format(new Date())); // 待办在原系统唯一标识