认证清单-消息开发。

This commit is contained in:
wangzhijiang
2023-03-15 18:09:24 +08:00
parent 81e27e8785
commit 098578d89f
2 changed files with 4 additions and 3 deletions
@@ -14,7 +14,7 @@ public enum TemplateInfoEnum2 {
CERTIFICATION_MESSAGE6("认证清单-任务提醒,截止日期前第三天","ctp_AAuDmfXC3oJo"),
CERTIFICATION_MESSAGE7("认证清单-任务提醒,截止日期当天","ctp_AAuDmfXCHc1I"),
CERTIFICATION_MESSAGE8("认证清单-任务提醒,已逾期","ctp_AAuDMwOPU71H"),
CERTIFICATION_MESSAGE9("认证清单-责任人分发(转办),第二责任人收到消息","ctp_AAuDM8YP6soc"),
//CERTIFICATION_MESSAGE9("认证清单-责任人分发(转办),第二责任人收到消息","ctp_AAuDM8YP6soc"),
;
String name;
@@ -1983,7 +1983,8 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
}
// 获取认证清单 - 飞书跳转链接
Map<String, Object> hrefFeishuMap = this.getCertificationInventoryLinkHrefFeishu(projectLibraryBase.getId(), PRN_CN, PRN_EN);
// 2023-03-15 去掉此消息
/*Map<String, Object> hrefFeishuMap = this.getCertificationInventoryLinkHrefFeishu(projectLibraryBase.getId(), PRN_CN, PRN_EN);
String hrefFeishu_CN = (String) hrefFeishuMap.get("hrefFeishu_CN");
String hrefFeishu_EN = (String) hrefFeishuMap.get("hrefFeishu_EN");
@@ -2013,7 +2014,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
} catch (Exception e) {
log.error("飞书消息推送失败");
}
}
}*/
return Result.OK("转办成功!");
}