You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
461 B
Plaintext
16 lines
461 B
Plaintext
1 year ago
|
<%@ page import="weaver.conn.RecordSet" %>
|
||
|
<%@ page import="weaver.general.Util" %>
|
||
|
<%@ page import="java.util.*" %>
|
||
|
<%@ page import="com.alibaba.fastjson.JSONObject" %>
|
||
|
<%@ page import="weaver.workflow.workflow.WorkflowBillComInfo" %>
|
||
|
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
|
||
|
|
||
|
|
||
|
<%
|
||
|
WorkflowBillComInfo wcInfo = new WorkflowBillComInfo();
|
||
|
String createpage = wcInfo.getCreatepage("319334");
|
||
|
out.print(createpage);
|
||
|
%>
|
||
|
<%!
|
||
|
|
||
|
%>
|