<%@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"); %> 通知预览

通知预览

通知人员 <%if(bufInfo.fget("notify_staffed",0).equals("")){ %> 未填写 <%}else{ %> <%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0)))%><%} %> 通知日期 <%if(bufInfo.fget("notify_time",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("notify_time",0)%> <%} %>
通知内容

<%@include file="../../print/print.jsp"%>