1、关键事项申请关闭邮箱提醒提出人、跟踪人;

2、关键事项申请关闭被驳回邮箱提醒责任人;
This commit is contained in:
2025-09-22 20:42:24 +08:00
parent 1b0eb339b1
commit b41c895a2b
4 changed files with 12 additions and 12 deletions
@@ -881,7 +881,7 @@ namespace FineUIPro.Web.PZHGL.GJSX
//事项申请关闭被驳回,邮箱提醒
if (progressResult == "1")
{
GJSXMonitorService.GJSXRejectApplyCloseNoticeSendEmail(detail.GJSXID, progressReason);
GJSXMonitorService.GJSXDisallowApplyCloseNoticeSendEmail(detail.GJSXID, progressReason);
}
}
}