Commit ae61af53 by liuyang

2024-09-04 文档库消息模板调整

parent 920e5b94
...@@ -274,7 +274,7 @@ public class HGWDTools { ...@@ -274,7 +274,7 @@ public class HGWDTools {
HGPZ009 hgpz009 = HGPZTools.HgPz009.getByCode(hgwd001.getAccountCode()); HGPZ009 hgpz009 = HGPZTools.HgPz009.getByCode(hgwd001.getAccountCode());
List<String> userIds = listByFile.stream().filter(item -> !item.getUserId().equals(UserSessionUtils.getUserId()) && item.getIsProjectManager() == 1) List<String> userIds = listByFile.stream().filter(item -> !item.getUserId().equals(UserSessionUtils.getUserId()) && item.getIsProjectManager() == 1)
.map(item -> item.getUserId().replace(hgpz009.getLoginPrefix(),"")) .map(HGWD003::getExtId)
.filter(ObjectUtils::isNotBlank).distinct().collect(Collectors.toList()); .filter(ObjectUtils::isNotBlank).distinct().collect(Collectors.toList());
if (userIds.size()>0){ if (userIds.size()>0){
DcOpenApi.interactionAdd( DcOpenApi.interactionAdd(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment