%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@ page import="com.zky.bjca.SM4" %>
<%@ page import="cn.org.bjca.utils.Base64" %>
<%@page language="java" contentType="text/html;charset=utf-8"%>
<%
HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("by_checknotifyId");
%>
通知管理
 |
检查通知详细信息 |
|
 |
通知人员 |
<%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0)))%>
|
通知日期 |
<%=bufInfo.fget("notify_time",0)%>
|
被通知人 |
<%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0))) %>
|
通知单位 |
<%=bufInfo.fget("DEPARTNAME",0) %>
|
通知内容 |
<%=bufInfo.fget("notify_content",0) %>
|
|