11 lines
498 B
Plaintext
11 lines
498 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMDAJAX.jsp"%><%
|
|
/*
|
|
Content: 设置报告参数
|
|
*/
|
|
String sDirID = CurPage.getParameter("DirID"); //节点编号
|
|
String sDocID = CurPage.getParameter("DocID"); //文档编号
|
|
String sOrgID = CurPage.getParameter("OrgID"); //机构编号
|
|
|
|
String sSql = " Update FORMATDOC_PARA SET DefaultValue = '"+sDirID+"' where DocID = '"+sDocID+"' and OrgID = '"+sOrgID+"'";
|
|
Sqlca.executeSQL(sSql);
|
|
%><%@ include file="/IncludeEndAJAX.jsp"%> |