diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/TodoCenterMapper.xml b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/TodoCenterMapper.xml
index a3a40b79c..75a7e43c2 100644
--- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/TodoCenterMapper.xml
+++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/TodoCenterMapper.xml
@@ -49,8 +49,8 @@
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryBaseEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryBaseEOServiceImpl.java
index 21787ed53..e7692c4c6 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryBaseEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryBaseEOServiceImpl.java
@@ -547,52 +547,52 @@ public class DummyInventoryBaseEOServiceImpl extends ServiceImpl userNameList = dummyReadEOService.queryReadUserInfo(dummyInventoryBaseEO.getId());
- List thirdIdList = new ArrayList<>();
- if(userNameList.size() != 0){
- List userIdList = sysUserService.queryUserIdListByNameList(userNameList).stream().map(e -> e.getId()).collect(Collectors.toList());
- thirdIdList = sysUserService.queryUserIdListByNameList(userNameList).stream().map(e -> e.getThirdId()).collect(Collectors.toList());
- if(userIdList.size() != 0){
- String hrefTemp = "" + baseEO.getName() + "";
- //封装消息的实体类 The XX virtual list you subscribed to has been withdrawn
- String title = "The "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
- //Please note that the XX virtual list you subscribed to has been withdrawn.
- String contentLog = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
+// try {
+// List userNameList = dummyReadEOService.queryReadUserInfo(dummyInventoryBaseEO.getId());
+// List thirdIdList = new ArrayList<>();
+// if(userNameList.size() != 0){
+// List userIdList = sysUserService.queryUserIdListByNameList(userNameList).stream().map(e -> e.getId()).collect(Collectors.toList());
+// thirdIdList = sysUserService.queryUserIdListByNameList(userNameList).stream().map(e -> e.getThirdId()).collect(Collectors.toList());
+// if(userIdList.size() != 0){
+// String hrefTemp = "" + baseEO.getName() + "";
+// //封装消息的实体类 The XX virtual list you subscribed to has been withdrawn
+// String title = "The "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
+// //Please note that the XX virtual list you subscribed to has been withdrawn.
+// String contentLog = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
- String contentCnNo = "您订阅的虚拟清单"+ baseEO.getName()+"已被撤回.";
- String contentCnYes = "您订阅的虚拟清单"+ hrefTemp+"已被撤回.";
- String contentInfoEnNo = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
- String contentInfoEnYes = "Please note that the "+ hrefTemp+" virtual list you subscribed to has been withdrawn.";
- SysAnnouncement sysAnnouncement = bussDocumentLibraryEOService.getSysAnnouncement(userIdList,
- title,
- contentInfoEnNo,
- contentInfoEnYes,
- MessageTypeEnum.READ.getValue(),
- MessageTypeEnum.SYSTEMATIC_NOTIFICATION.getName(),
- contentCnNo,contentCnYes);
- sysAnnouncementService.saveAnnouncement(sysAnnouncement);
- bussDocumentLibraryEOService.sendWebsocket(dummyInventoryBaseEO.getId(), title);
- }
- }
+// String contentCnNo = "您订阅的虚拟清单"+ baseEO.getName()+"已被撤回.";
+// String contentCnYes = "您订阅的虚拟清单"+ hrefTemp+"已被撤回.";
+// String contentInfoEnNo = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
+// String contentInfoEnYes = "Please note that the "+ hrefTemp+" virtual list you subscribed to has been withdrawn.";
+// SysAnnouncement sysAnnouncement = bussDocumentLibraryEOService.getSysAnnouncement(userIdList,
+// title,
+// contentInfoEnNo,
+// contentInfoEnYes,
+// MessageTypeEnum.READ.getValue(),
+// MessageTypeEnum.SYSTEMATIC_NOTIFICATION.getName(),
+// contentCnNo,contentCnYes);
+// sysAnnouncementService.saveAnnouncement(sysAnnouncement);
+// bussDocumentLibraryEOService.sendWebsocket(dummyInventoryBaseEO.getId(), title);
+// }
+// }
//飞书
- if(thirdIdList.size() != 0){
- String contentInfoTemp = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
- String contentInfoFeiCn = "您订阅的虚拟清单"+ baseEO.getName()+"已被撤回.";
- String href = backUrl + "/virtualListDetails?name=" + baseEO.getName() + "&useExplain=" + baseEO.getUseExplain() +"&id=" + baseEO.getId() +"&title=维护虚拟清单";
- FeishuMsgVo feishuMsgVo = new FeishuMsgVo();
- feishuMsgVo.setTitle(MessageTypeEnum.READ.getNameCn()+"/"+MessageTypeEnum.READ.getName());
- feishuMsgVo.setUrl(href);
- feishuMsgVo.setContentEn(contentInfoTemp);
- feishuMsgVo.setContent(contentInfoFeiCn);
- iFeishuService.sendCardMsgVirtua(thirdIdList.toArray(new String[]{}), feishuMsgVo,null,null);
-// iFeishuService.batchSendMessage(thirdIdList.toArray(new String[]{}), contentInfoTemp, MessageTypeEnum.PUSH.getName(), href);
- }
- }catch (Exception e){
- e.printStackTrace();
- }
+// if(thirdIdList.size() != 0){
+// String contentInfoTemp = "Please note that the "+ baseEO.getName()+" virtual list you subscribed to has been withdrawn.";
+// String contentInfoFeiCn = "您订阅的虚拟清单"+ baseEO.getName()+"已被撤回.";
+// String href = backUrl + "/virtualListDetails?name=" + baseEO.getName() + "&useExplain=" + baseEO.getUseExplain() +"&id=" + baseEO.getId() +"&title=维护虚拟清单";
+// FeishuMsgVo feishuMsgVo = new FeishuMsgVo();
+// feishuMsgVo.setTitle(MessageTypeEnum.READ.getNameCn()+"/"+MessageTypeEnum.READ.getName());
+// feishuMsgVo.setUrl(href);
+// feishuMsgVo.setContentEn(contentInfoTemp);
+// feishuMsgVo.setContent(contentInfoFeiCn);
+// iFeishuService.sendCardMsgVirtua(thirdIdList.toArray(new String[]{}), feishuMsgVo,null,null);
+//// iFeishuService.batchSendMessage(thirdIdList.toArray(new String[]{}), contentInfoTemp, MessageTypeEnum.PUSH.getName(), href);
+// }
+// }catch (Exception e){
+// e.printStackTrace();
+// }
}
}
// /**