From a314dd1bd66604cdee6fd9f0b40328365bfcb20f Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Wed, 12 Dec 2018 21:38:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=9F=AD=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/lease/util/SendMessageUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/lease/util/SendMessageUtil.java b/src_tenwa/com/tenwa/lease/util/SendMessageUtil.java index 3f8bfbe58..aacaaf2f2 100644 --- a/src_tenwa/com/tenwa/lease/util/SendMessageUtil.java +++ b/src_tenwa/com/tenwa/lease/util/SendMessageUtil.java @@ -45,9 +45,9 @@ public class SendMessageUtil{ BizObject messageConfig = messageConfigList.get(0); String allowSendIps = messageConfig.getAttribute("ALLOW_SEND_IPS").getString(); //添加从服务器ip - String slaveSendIp="{172.28.1.63}"; + //String slaveSendIp="{172.28.1.63}"; //判断本机电脑所有配置好的IP是否与短信配置中的符合 - if("N".equals(messageConfig.getAttribute("IS_SEND").getString()) || !(getServerIsAllowSendMsg(allowSendIps) || getServerIsAllowSendMsg(slaveSendIp))){ + if("N".equals(messageConfig.getAttribute("IS_SEND").getString()) || !(getServerIsAllowSendMsg(allowSendIps))){ System.out.println("短信设置为不发送短信或本机IP未在[允许发送短信的主机IP]之中!"); return "当前系统IP不在允许发送的IP地址之中"; } From 0564bbadce78c24a54b8d77be32a7e4c4a90ae1c Mon Sep 17 00:00:00 2001 From: tangft <32189@DESKTOP-M6TAG3K> Date: Thu, 13 Dec 2018 10:02:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B3=95=E4=BA=BA=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=97=B6=E6=B2=A1=E6=9C=89=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Customer/Lessee/Person/CustomerCompanyTempInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Person/CustomerCompanyTempInfo.jsp b/WebContent/Tenwa/Customer/Lessee/Person/CustomerCompanyTempInfo.jsp index 873dedb8f..7381c2037 100644 --- a/WebContent/Tenwa/Customer/Lessee/Person/CustomerCompanyTempInfo.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Person/CustomerCompanyTempInfo.jsp @@ -60,7 +60,7 @@ } as_save("0","saveCertInfo('"+inputName+"','"+inputTel+"','"+projectNo+"')"); } - function saveCertInfo(inputName,inputTel,leasfrom,projectSource,projectNo){ + function saveCertInfo(inputName,inputTel,projectNo){ var sResult = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CustomerInfoManage","saveCompanyInfo",'projectNo='+projectNo+',inputName='+inputName+',inputTel='+inputTel+',flowunid=<%=flowUnid%>'); if(sResult == "SUCCESS"){ parent.reloadSelf();