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