From 010908cfd5a7d97f048f18d6ded3c3a88d49a4a9 Mon Sep 17 00:00:00 2001 From: zzk Date: Thu, 14 Sep 2023 17:26:14 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=80=BE=E6=9C=9F=E7=A7=9F=E9=87=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9,=E8=AF=A6=E6=83=85=E7=94=B1=E5=90=88=E5=90=8C?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=94=B9=E4=B8=BA=E4=B8=9A=E5=8A=A1=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/Communication/Communication_info.jsp | 2 +- .../BusinessApplication/ApprovalForm.jsp | 13 +++++- WebContent/WEB-INF/etc/jbo/jbo_comm.xml | 2 + .../InsertCustomerHistoryInfo.java | 42 +++++++++++-------- .../entity/comm/flow/VI_CUSTOMERHISTORY.java | 10 +++++ 5 files changed, 49 insertions(+), 20 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_info.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_info.jsp index 8f99e24b7..76b87f7de 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_info.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_info.jsp @@ -14,7 +14,7 @@ String orgname = Sqlca.getString("select orgname from org_info oi where orgid = '"+orgid+"'"); //判断修改人是否为提交人 - String comm = "select case when phaseno = '"+phaseNo+"' and inputuser = '"+userid+"' then 'false' else 'true' end as comm from communication where id = '"+id+"'"; + String comm = Sqlca.getString("select case when phaseno = '"+phaseNo+"' and inputuser = '"+userid+"' then 'false' else 'true' end as comm from communication where id = '"+id+"'"); String sPrevUrl = CurPage.getParameter("PrevUrl"); if(sPrevUrl == null) sPrevUrl = "/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp"; diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index 0ae270ab4..5c6ad036b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -203,6 +203,17 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>