⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updstatus.jsp

📁 运输模块代码
💻 JSP
字号:
<%--  Created by IntelliJ IDEA.  User: jtgao  Date: 2006-5-22  Time: 21:01:35  To change this template use File | Settings | File Templates.//--%><%@page contentType="text/html;charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><%//out.println(sWorksno);    //修改表 ord_item 中的 字段STATUS='CM' 为'IP'    boolean isUpdOk = false;    String sWorksno = DataConvert.toRealString(iPostChange,request.getParameter("Worksno"));    //Update the table ord_item    String sSql = "update ord_item set Status='IP' where Worksno='"+sWorksno+"'";    //out.println(sSql);    try{        Sqlca.executeSQL(sSql);        isUpdOk=true;    }   catch (Exception e) {        e.printStackTrace();        out.println(e.toString());        isUpdOk = false;    }%><script language=javascript>    self.returnValue = "<%=isUpdOk%>";	self.close();</script><%@ include file="/IncludeEnd.jsp"%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -