2019-04-26 10:12:30 +08:00

16 lines
607 B
Plaintext

<%@page import="com.tenwa.reckon.copydata.FileCopyToOtherPath"%>
<%@page import="com.amarsoft.are.jbo.JBOFactory"%>
<%@page import="com.amarsoft.are.jbo.BizObjectManager"%>
<%@page import="com.amarsoft.are.jbo.BizObjectQuery"%>
<%@page import="com.amarsoft.are.jbo.BizObject"%>
<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMDAJAX.jsp"%><%
String param = CurPage.getParameter("contractNos");
FileCopyToOtherPath cp = new FileCopyToOtherPath();
cp.setContractNos(param);
String result = cp.copyFile();
out.print(result);
%><%@ include file="/IncludeEndAJAX.jsp"%>