<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="com.jishen.common.MyJspUtils"%> <% String type = "order"; String tdbntid = "110407"; String scbntid = "110408"; String scysbntid = ""; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("check")){ scysbntid = "120307"; } if(type.equals("tobookcheck")){ scysbntid = "120407"; } %>